@tsonic/dotnet 10.0.1 → 10.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal/bindings.json +5 -0
- package/Microsoft.CSharp.RuntimeBinder/bindings.json +71 -8
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +2 -0
- package/Microsoft.VisualBasic/bindings.json +635 -68
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +210 -0
- package/Microsoft.VisualBasic.FileIO/bindings.json +195 -24
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +8 -3
- package/Microsoft.Win32/bindings.json +107 -24
- package/Microsoft.Win32.SafeHandles/bindings.json +769 -15
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +123 -18
- package/System/bindings.json +11622 -2308
- package/System/internal/index.d.ts +165 -15
- package/System.Buffers/bindings.json +371 -62
- package/System.Buffers/internal/index.d.ts +25 -13
- package/System.Buffers.Binary/bindings.json +126 -0
- package/System.Buffers.Text/bindings.json +67 -0
- package/System.Buffers.Text/internal/index.d.ts +1 -1
- package/System.Buffers.Text.d.ts +1 -1
- package/System.Buffers.d.ts +1 -1
- package/System.CodeDom.Compiler/bindings.json +142 -4
- package/System.CodeDom.Compiler/internal/index.d.ts +10 -3
- package/System.CodeDom.Compiler.d.ts +1 -1
- package/System.Collections/bindings.json +1094 -69
- package/System.Collections/internal/index.d.ts +41 -3
- package/System.Collections.Concurrent/bindings.json +353 -90
- package/System.Collections.Concurrent/internal/index.d.ts +9 -2
- package/System.Collections.Frozen/bindings.json +158 -48
- package/System.Collections.Generic/bindings.json +1910 -634
- package/System.Collections.Generic/internal/index.d.ts +24 -9
- package/System.Collections.Immutable/bindings.json +1321 -292
- package/System.Collections.ObjectModel/bindings.json +1123 -199
- package/System.Collections.ObjectModel/internal/index.d.ts +46 -7
- package/System.Collections.ObjectModel.d.ts +3 -3
- package/System.Collections.Specialized/bindings.json +763 -58
- package/System.Collections.Specialized/internal/index.d.ts +15 -1
- package/System.ComponentModel/bindings.json +3590 -166
- package/System.ComponentModel/internal/index.d.ts +173 -27
- package/System.ComponentModel.DataAnnotations/bindings.json +743 -13
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +152 -43
- package/System.ComponentModel.DataAnnotations.Schema/bindings.json +24 -4
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +1 -1
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +1 -1
- package/System.ComponentModel.DataAnnotations.d.ts +2 -2
- package/System.ComponentModel.Design/bindings.json +714 -40
- package/System.ComponentModel.Design/internal/index.d.ts +43 -12
- package/System.ComponentModel.Design.Serialization/bindings.json +261 -12
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +17 -4
- package/System.ComponentModel.Design.d.ts +1 -1
- package/System.ComponentModel.d.ts +2 -2
- package/System.Configuration.Assemblies/bindings.json +19 -8
- package/System.Configuration.Assemblies/internal/index.d.ts +1 -1
- package/System.Configuration.Assemblies.d.ts +1 -1
- package/System.Data/bindings.json +3325 -302
- package/System.Data/internal/index.d.ts +145 -24
- package/System.Data.Common/bindings.json +3047 -241
- package/System.Data.Common/internal/index.d.ts +228 -55
- package/System.Data.Common.d.ts +3 -3
- package/System.Data.SqlTypes/bindings.json +754 -71
- package/System.Data.SqlTypes/internal/index.d.ts +1 -0
- package/System.Data.d.ts +3 -3
- package/System.Diagnostics/bindings.json +1737 -130
- package/System.Diagnostics/internal/index.d.ts +121 -41
- package/System.Diagnostics.CodeAnalysis/bindings.json +125 -4
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +1 -1
- package/System.Diagnostics.CodeAnalysis.d.ts +1 -1
- package/System.Diagnostics.Contracts/bindings.json +68 -4
- package/System.Diagnostics.Metrics/bindings.json +565 -55
- package/System.Diagnostics.Metrics/internal/index.d.ts +49 -12
- package/System.Diagnostics.SymbolStore/bindings.json +106 -4
- package/System.Diagnostics.Tracing/bindings.json +979 -160
- package/System.Diagnostics.Tracing/internal/index.d.ts +37 -17
- package/System.Diagnostics.d.ts +2 -2
- package/System.Drawing/bindings.json +611 -4
- package/System.Drawing/internal/index.d.ts +1 -1
- package/System.Drawing.d.ts +1 -1
- package/System.Dynamic/bindings.json +346 -24
- package/System.Dynamic/internal/index.d.ts +13 -0
- package/System.Formats.Asn1/bindings.json +229 -12
- package/System.Formats.Asn1/internal/index.d.ts +1 -0
- package/System.Formats.Tar/bindings.json +120 -16
- package/System.Globalization/bindings.json +1088 -53
- package/System.Globalization/internal/index.d.ts +44 -7
- package/System.IO/bindings.json +2163 -110
- package/System.IO/internal/index.d.ts +119 -27
- package/System.IO.Compression/bindings.json +466 -38
- package/System.IO.Compression/internal/index.d.ts +36 -9
- package/System.IO.Compression.d.ts +2 -2
- package/System.IO.Enumeration/bindings.json +221 -22
- package/System.IO.Enumeration/internal/index.d.ts +15 -4
- package/System.IO.IsolatedStorage/bindings.json +250 -11
- package/System.IO.IsolatedStorage/internal/index.d.ts +18 -5
- package/System.IO.IsolatedStorage.d.ts +2 -2
- package/System.IO.MemoryMappedFiles/bindings.json +138 -16
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +22 -8
- package/System.IO.MemoryMappedFiles.d.ts +4 -3
- package/System.IO.Pipelines/bindings.json +147 -3
- package/System.IO.Pipelines/internal/index.d.ts +15 -2
- package/System.IO.Pipes/bindings.json +889 -54
- package/System.IO.Pipes/internal/index.d.ts +64 -23
- package/System.IO.Pipes.d.ts +4 -3
- package/System.IO.d.ts +2 -2
- package/System.Linq/bindings.json +944 -79
- package/System.Linq.Expressions/bindings.json +1998 -57
- package/System.Linq.Expressions/internal/index.d.ts +207 -29
- package/System.Linq.Expressions.Interpreter/bindings.json +2 -0
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +1 -1
- package/System.Linq.Expressions.Interpreter.d.ts +1 -1
- package/System.Linq.Expressions.d.ts +1 -1
- package/System.Net/bindings.json +2083 -248
- package/System.Net/internal/index.d.ts +102 -40
- package/System.Net.Cache/bindings.json +53 -12
- package/System.Net.Cache/internal/index.d.ts +1 -1
- package/System.Net.Cache.d.ts +1 -1
- package/System.Net.Http/bindings.json +2104 -105
- package/System.Net.Http/internal/index.d.ts +174 -31
- package/System.Net.Http.Headers/bindings.json +456 -24
- package/System.Net.Http.Headers/internal/index.d.ts +8 -2
- package/System.Net.Http.Json/bindings.json +171 -0
- package/System.Net.Http.Json/internal/index.d.ts +14 -2
- package/System.Net.Http.Metrics/bindings.json +5 -0
- package/System.Net.Mail/bindings.json +1127 -101
- package/System.Net.Mail/internal/index.d.ts +87 -16
- package/System.Net.Mime/bindings.json +82 -4
- package/System.Net.Mime/internal/index.d.ts +1 -1
- package/System.Net.Mime.d.ts +1 -1
- package/System.Net.NetworkInformation/bindings.json +857 -61
- package/System.Net.NetworkInformation/internal/index.d.ts +27 -5
- package/System.Net.NetworkInformation.d.ts +2 -2
- package/System.Net.Quic/bindings.json +157 -16
- package/System.Net.Quic/internal/index.d.ts +8 -3
- package/System.Net.Quic.d.ts +2 -2
- package/System.Net.Security/bindings.json +798 -37
- package/System.Net.Security/internal/index.d.ts +22 -5
- package/System.Net.Security.d.ts +2 -2
- package/System.Net.ServerSentEvents/bindings.json +31 -13
- package/System.Net.ServerSentEvents/internal/index.d.ts +2 -2
- package/System.Net.Sockets/bindings.json +1157 -78
- package/System.Net.Sockets/internal/index.d.ts +53 -21
- package/System.Net.Sockets.d.ts +2 -2
- package/System.Net.WebSockets/bindings.json +311 -26
- package/System.Net.WebSockets/internal/index.d.ts +12 -3
- package/System.Net.WebSockets.d.ts +2 -2
- package/System.Net.d.ts +2 -2
- package/System.Numerics/bindings.json +3546 -957
- package/System.Reflection/bindings.json +1913 -132
- package/System.Reflection/internal/index.d.ts +49 -5
- package/System.Reflection.Emit/bindings.json +2509 -57
- package/System.Reflection.Emit/internal/index.d.ts +158 -15
- package/System.Reflection.Emit.d.ts +1 -1
- package/System.Reflection.Metadata/bindings.json +1936 -231
- package/System.Reflection.Metadata/internal/index.d.ts +8 -1
- package/System.Reflection.Metadata.Ecma335/bindings.json +480 -24
- package/System.Reflection.PortableExecutable/bindings.json +583 -39
- package/System.Reflection.PortableExecutable/internal/index.d.ts +25 -3
- package/System.Resources/bindings.json +323 -17
- package/System.Resources/internal/index.d.ts +21 -5
- package/System.Resources.d.ts +1 -1
- package/System.Runtime/bindings.json +65 -8
- package/System.Runtime/internal/index.d.ts +6 -1
- package/System.Runtime.CompilerServices/bindings.json +718 -139
- package/System.Runtime.CompilerServices/internal/index.d.ts +3 -0
- package/System.Runtime.ConstrainedExecution/bindings.json +56 -10
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +8 -2
- package/System.Runtime.ConstrainedExecution.d.ts +1 -1
- package/System.Runtime.ExceptionServices/bindings.json +11 -0
- package/System.Runtime.InteropServices/bindings.json +1858 -265
- package/System.Runtime.InteropServices/internal/index.d.ts +51 -11
- package/System.Runtime.InteropServices.ComTypes/bindings.json +478 -72
- package/System.Runtime.InteropServices.Java/bindings.json +12 -0
- package/System.Runtime.InteropServices.JavaScript/bindings.json +205 -30
- package/System.Runtime.InteropServices.Marshalling/bindings.json +484 -89
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +22 -4
- package/System.Runtime.InteropServices.Marshalling.d.ts +2 -1
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +19 -4
- package/System.Runtime.InteropServices.Swift/bindings.json +11 -3
- package/System.Runtime.InteropServices.d.ts +1 -1
- package/System.Runtime.Intrinsics/bindings.json +1296 -40
- package/System.Runtime.Intrinsics.Arm/bindings.json +4959 -8
- package/System.Runtime.Intrinsics.Wasm/bindings.json +484 -1
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -0
- package/System.Runtime.Intrinsics.X86/bindings.json +3765 -8
- package/System.Runtime.Loader/bindings.json +130 -0
- package/System.Runtime.Loader/internal/index.d.ts +10 -1
- package/System.Runtime.Remoting/bindings.json +2 -0
- package/System.Runtime.Remoting/internal/index.d.ts +1 -1
- package/System.Runtime.Remoting.d.ts +1 -1
- package/System.Runtime.Serialization/bindings.json +920 -17
- package/System.Runtime.Serialization/internal/index.d.ts +36 -5
- package/System.Runtime.Serialization.DataContracts/bindings.json +85 -38
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +27 -19
- package/System.Runtime.Serialization.Formatters/bindings.json +24 -12
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +1 -1
- package/System.Runtime.Serialization.Formatters.Binary/bindings.json +15 -0
- package/System.Runtime.Serialization.Formatters.d.ts +1 -1
- package/System.Runtime.Serialization.Json/bindings.json +56 -0
- package/System.Runtime.Serialization.d.ts +2 -2
- package/System.Runtime.Versioning/bindings.json +62 -8
- package/System.Runtime.Versioning/internal/index.d.ts +1 -1
- package/System.Runtime.Versioning.d.ts +1 -1
- package/System.Security/bindings.json +265 -12
- package/System.Security/internal/index.d.ts +12 -1
- package/System.Security.AccessControl/bindings.json +4082 -797
- package/System.Security.AccessControl/internal/index.d.ts +131 -72
- package/System.Security.AccessControl.d.ts +2 -1
- package/System.Security.Authentication/bindings.json +80 -16
- package/System.Security.Authentication/internal/index.d.ts +2 -0
- package/System.Security.Authentication.ExtendedProtection/bindings.json +108 -13
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +11 -3
- package/System.Security.Authentication.ExtendedProtection.d.ts +2 -2
- package/System.Security.Claims/bindings.json +436 -0
- package/System.Security.Claims/internal/index.d.ts +34 -4
- package/System.Security.Claims.d.ts +2 -1
- package/System.Security.Cryptography/bindings.json +11592 -237
- package/System.Security.Cryptography/internal/index.d.ts +822 -102
- package/System.Security.Cryptography.X509Certificates/bindings.json +1000 -114
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +36 -9
- package/System.Security.Cryptography.X509Certificates.d.ts +1 -1
- package/System.Security.Cryptography.d.ts +2 -2
- package/System.Security.Permissions/bindings.json +88 -14
- package/System.Security.Permissions/internal/index.d.ts +3 -1
- package/System.Security.Permissions.d.ts +1 -1
- package/System.Security.Policy/bindings.json +42 -1
- package/System.Security.Policy/internal/index.d.ts +1 -0
- package/System.Security.Principal/bindings.json +355 -28
- package/System.Security.Principal/internal/index.d.ts +11 -3
- package/System.Security.Principal.d.ts +1 -1
- package/System.Text/bindings.json +800 -31
- package/System.Text/internal/index.d.ts +10 -1
- package/System.Text.Encodings.Web/bindings.json +87 -4
- package/System.Text.Encodings.Web/internal/index.d.ts +4 -0
- package/System.Text.Json/bindings.json +574 -49
- package/System.Text.Json/internal/index.d.ts +12 -10
- package/System.Text.Json.Nodes/bindings.json +152 -19
- package/System.Text.Json.Nodes/internal/index.d.ts +1 -1
- package/System.Text.Json.Schema/bindings.json +10 -0
- package/System.Text.Json.Schema/internal/index.d.ts +1 -1
- package/System.Text.Json.Schema.d.ts +1 -1
- package/System.Text.Json.Serialization/bindings.json +295 -54
- package/System.Text.Json.Serialization/internal/index.d.ts +13 -1
- package/System.Text.Json.Serialization.Metadata/bindings.json +198 -24
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +7 -4
- package/System.Text.RegularExpressions/bindings.json +1319 -103
- package/System.Text.RegularExpressions/internal/index.d.ts +25 -5
- package/System.Text.RegularExpressions.d.ts +1 -1
- package/System.Text.Unicode/bindings.json +185 -0
- package/System.Text.Unicode/internal/index.d.ts +1 -1
- package/System.Text.Unicode.d.ts +1 -1
- package/System.Threading/bindings.json +1270 -64
- package/System.Threading/internal/index.d.ts +104 -36
- package/System.Threading.Channels/bindings.json +143 -29
- package/System.Threading.Channels/internal/index.d.ts +8 -2
- package/System.Threading.Tasks/bindings.json +719 -29
- package/System.Threading.Tasks/internal/index.d.ts +25 -4
- package/System.Threading.Tasks.Dataflow/bindings.json +442 -143
- package/System.Threading.Tasks.Sources/bindings.json +34 -11
- package/System.Timers/bindings.json +50 -4
- package/System.Timers/internal/index.d.ts +9 -4
- package/System.Timers.d.ts +2 -2
- package/System.Transactions/bindings.json +269 -32
- package/System.Transactions/internal/index.d.ts +5 -0
- package/System.Web/bindings.json +32 -0
- package/System.Windows.Input/bindings.json +3 -0
- package/System.Windows.Markup/bindings.json +4 -0
- package/System.Windows.Markup/internal/index.d.ts +1 -1
- package/System.Windows.Markup.d.ts +1 -1
- package/System.Xml/bindings.json +2447 -210
- package/System.Xml/internal/index.d.ts +100 -30
- package/System.Xml.Linq/bindings.json +361 -24
- package/System.Xml.Resolvers/bindings.json +26 -4
- package/System.Xml.Schema/bindings.json +830 -56
- package/System.Xml.Schema/internal/index.d.ts +20 -1
- package/System.Xml.Serialization/bindings.json +4421 -149
- package/System.Xml.Serialization/internal/index.d.ts +74 -8
- package/System.Xml.Serialization.d.ts +4 -4
- package/System.Xml.XPath/bindings.json +287 -35
- package/System.Xml.XPath/internal/index.d.ts +4 -0
- package/System.Xml.Xsl/bindings.json +174 -8
- package/System.Xml.Xsl/internal/index.d.ts +8 -2
- package/System.Xml.Xsl.Runtime/bindings.json +613 -58
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +19 -3
- package/System.Xml.Xsl.d.ts +1 -1
- package/System.d.ts +1 -1
- package/package.json +1 -1
|
@@ -15,9 +15,6 @@
|
|
|
15
15
|
"isSealed": true,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 1,
|
|
18
|
-
"typeParameters": [
|
|
19
|
-
"TResult"
|
|
20
|
-
],
|
|
21
18
|
"baseType": {
|
|
22
19
|
"stableId": "System.Private.CoreLib:System.MulticastDelegate",
|
|
23
20
|
"clrName": "System.MulticastDelegate"
|
|
@@ -32,6 +29,9 @@
|
|
|
32
29
|
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
33
30
|
}
|
|
34
31
|
],
|
|
32
|
+
"typeParameters": [
|
|
33
|
+
"TResult"
|
|
34
|
+
],
|
|
35
35
|
"methods": [
|
|
36
36
|
{
|
|
37
37
|
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate::Invoke(System.IO.Enumeration.FileSystemEntry\u0026):System.Boolean",
|
|
@@ -48,6 +48,7 @@
|
|
|
48
48
|
"isVirtual": true,
|
|
49
49
|
"isOverride": false,
|
|
50
50
|
"isSealed": false,
|
|
51
|
+
"visibility": "Public",
|
|
51
52
|
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate",
|
|
52
53
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
53
54
|
"isExtensionMethod": false,
|
|
@@ -73,6 +74,7 @@
|
|
|
73
74
|
"isVirtual": true,
|
|
74
75
|
"isOverride": false,
|
|
75
76
|
"isSealed": false,
|
|
77
|
+
"visibility": "Public",
|
|
76
78
|
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate",
|
|
77
79
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
78
80
|
"isExtensionMethod": false,
|
|
@@ -98,6 +100,7 @@
|
|
|
98
100
|
"isVirtual": true,
|
|
99
101
|
"isOverride": false,
|
|
100
102
|
"isSealed": false,
|
|
103
|
+
"visibility": "Public",
|
|
101
104
|
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate",
|
|
102
105
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
103
106
|
"isExtensionMethod": false,
|
|
@@ -120,6 +123,7 @@
|
|
|
120
123
|
"normalizedSignature": "constructor|(System.Object,System.IntPtr):void|static=false",
|
|
121
124
|
"isStatic": false,
|
|
122
125
|
"parameterCount": 2,
|
|
126
|
+
"visibility": "Public",
|
|
123
127
|
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate",
|
|
124
128
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
125
129
|
}
|
|
@@ -136,9 +140,6 @@
|
|
|
136
140
|
"isSealed": true,
|
|
137
141
|
"isStatic": false,
|
|
138
142
|
"arity": 1,
|
|
139
|
-
"typeParameters": [
|
|
140
|
-
"TResult"
|
|
141
|
-
],
|
|
142
143
|
"baseType": {
|
|
143
144
|
"stableId": "System.Private.CoreLib:System.MulticastDelegate",
|
|
144
145
|
"clrName": "System.MulticastDelegate"
|
|
@@ -153,6 +154,9 @@
|
|
|
153
154
|
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
154
155
|
}
|
|
155
156
|
],
|
|
157
|
+
"typeParameters": [
|
|
158
|
+
"TResult"
|
|
159
|
+
],
|
|
156
160
|
"methods": [
|
|
157
161
|
{
|
|
158
162
|
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform::Invoke(System.IO.Enumeration.FileSystemEntry\u0026):TResult",
|
|
@@ -169,6 +173,7 @@
|
|
|
169
173
|
"isVirtual": true,
|
|
170
174
|
"isOverride": false,
|
|
171
175
|
"isSealed": false,
|
|
176
|
+
"visibility": "Public",
|
|
172
177
|
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform",
|
|
173
178
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
174
179
|
"isExtensionMethod": false,
|
|
@@ -194,6 +199,7 @@
|
|
|
194
199
|
"isVirtual": true,
|
|
195
200
|
"isOverride": false,
|
|
196
201
|
"isSealed": false,
|
|
202
|
+
"visibility": "Public",
|
|
197
203
|
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform",
|
|
198
204
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
199
205
|
"isExtensionMethod": false,
|
|
@@ -219,6 +225,7 @@
|
|
|
219
225
|
"isVirtual": true,
|
|
220
226
|
"isOverride": false,
|
|
221
227
|
"isSealed": false,
|
|
228
|
+
"visibility": "Public",
|
|
222
229
|
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform",
|
|
223
230
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
224
231
|
"isExtensionMethod": false,
|
|
@@ -241,6 +248,7 @@
|
|
|
241
248
|
"normalizedSignature": "constructor|(System.Object,System.IntPtr):void|static=false",
|
|
242
249
|
"isStatic": false,
|
|
243
250
|
"parameterCount": 2,
|
|
251
|
+
"visibility": "Public",
|
|
244
252
|
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform",
|
|
245
253
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
246
254
|
}
|
|
@@ -277,6 +285,7 @@
|
|
|
277
285
|
"isVirtual": false,
|
|
278
286
|
"isOverride": false,
|
|
279
287
|
"isSealed": false,
|
|
288
|
+
"visibility": "Public",
|
|
280
289
|
"declaringClrType": "System.IO.Enumeration.FileSystemEntry",
|
|
281
290
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
282
291
|
"isExtensionMethod": false
|
|
@@ -296,6 +305,7 @@
|
|
|
296
305
|
"isVirtual": false,
|
|
297
306
|
"isOverride": false,
|
|
298
307
|
"isSealed": false,
|
|
308
|
+
"visibility": "Public",
|
|
299
309
|
"declaringClrType": "System.IO.Enumeration.FileSystemEntry",
|
|
300
310
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
301
311
|
"isExtensionMethod": false
|
|
@@ -315,6 +325,7 @@
|
|
|
315
325
|
"isVirtual": false,
|
|
316
326
|
"isOverride": false,
|
|
317
327
|
"isSealed": false,
|
|
328
|
+
"visibility": "Public",
|
|
318
329
|
"declaringClrType": "System.IO.Enumeration.FileSystemEntry",
|
|
319
330
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
320
331
|
"isExtensionMethod": false
|
|
@@ -336,6 +347,7 @@
|
|
|
336
347
|
"isAbstract": false,
|
|
337
348
|
"isVirtual": false,
|
|
338
349
|
"isOverride": false,
|
|
350
|
+
"visibility": "Public",
|
|
339
351
|
"declaringClrType": "System.IO.Enumeration.FileSystemEntry",
|
|
340
352
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
341
353
|
},
|
|
@@ -344,16 +356,17 @@
|
|
|
344
356
|
"clrName": "Directory",
|
|
345
357
|
"metadataToken": 385880864,
|
|
346
358
|
"canonicalSignature": ":System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
347
|
-
"normalizedSignature": "Directory|:System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=
|
|
359
|
+
"normalizedSignature": "Directory|:System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
348
360
|
"emitScope": "ClassSurface",
|
|
349
361
|
"provenance": "Original",
|
|
350
362
|
"isIndexer": false,
|
|
351
363
|
"hasGetter": true,
|
|
352
|
-
"hasSetter":
|
|
364
|
+
"hasSetter": true,
|
|
353
365
|
"isStatic": false,
|
|
354
366
|
"isAbstract": false,
|
|
355
367
|
"isVirtual": false,
|
|
356
368
|
"isOverride": false,
|
|
369
|
+
"visibility": "Public",
|
|
357
370
|
"declaringClrType": "System.IO.Enumeration.FileSystemEntry",
|
|
358
371
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
359
372
|
},
|
|
@@ -362,16 +375,17 @@
|
|
|
362
375
|
"clrName": "RootDirectory",
|
|
363
376
|
"metadataToken": 385880865,
|
|
364
377
|
"canonicalSignature": ":System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
365
|
-
"normalizedSignature": "RootDirectory|:System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=
|
|
378
|
+
"normalizedSignature": "RootDirectory|:System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
366
379
|
"emitScope": "ClassSurface",
|
|
367
380
|
"provenance": "Original",
|
|
368
381
|
"isIndexer": false,
|
|
369
382
|
"hasGetter": true,
|
|
370
|
-
"hasSetter":
|
|
383
|
+
"hasSetter": true,
|
|
371
384
|
"isStatic": false,
|
|
372
385
|
"isAbstract": false,
|
|
373
386
|
"isVirtual": false,
|
|
374
387
|
"isOverride": false,
|
|
388
|
+
"visibility": "Public",
|
|
375
389
|
"declaringClrType": "System.IO.Enumeration.FileSystemEntry",
|
|
376
390
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
377
391
|
},
|
|
@@ -380,16 +394,17 @@
|
|
|
380
394
|
"clrName": "OriginalRootDirectory",
|
|
381
395
|
"metadataToken": 385880866,
|
|
382
396
|
"canonicalSignature": ":System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
383
|
-
"normalizedSignature": "OriginalRootDirectory|:System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=
|
|
397
|
+
"normalizedSignature": "OriginalRootDirectory|:System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
384
398
|
"emitScope": "ClassSurface",
|
|
385
399
|
"provenance": "Original",
|
|
386
400
|
"isIndexer": false,
|
|
387
401
|
"hasGetter": true,
|
|
388
|
-
"hasSetter":
|
|
402
|
+
"hasSetter": true,
|
|
389
403
|
"isStatic": false,
|
|
390
404
|
"isAbstract": false,
|
|
391
405
|
"isVirtual": false,
|
|
392
406
|
"isOverride": false,
|
|
407
|
+
"visibility": "Public",
|
|
393
408
|
"declaringClrType": "System.IO.Enumeration.FileSystemEntry",
|
|
394
409
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
395
410
|
},
|
|
@@ -408,6 +423,7 @@
|
|
|
408
423
|
"isAbstract": false,
|
|
409
424
|
"isVirtual": false,
|
|
410
425
|
"isOverride": false,
|
|
426
|
+
"visibility": "Public",
|
|
411
427
|
"declaringClrType": "System.IO.Enumeration.FileSystemEntry",
|
|
412
428
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
413
429
|
},
|
|
@@ -426,6 +442,7 @@
|
|
|
426
442
|
"isAbstract": false,
|
|
427
443
|
"isVirtual": false,
|
|
428
444
|
"isOverride": false,
|
|
445
|
+
"visibility": "Public",
|
|
429
446
|
"declaringClrType": "System.IO.Enumeration.FileSystemEntry",
|
|
430
447
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
431
448
|
},
|
|
@@ -444,6 +461,7 @@
|
|
|
444
461
|
"isAbstract": false,
|
|
445
462
|
"isVirtual": false,
|
|
446
463
|
"isOverride": false,
|
|
464
|
+
"visibility": "Public",
|
|
447
465
|
"declaringClrType": "System.IO.Enumeration.FileSystemEntry",
|
|
448
466
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
449
467
|
},
|
|
@@ -462,6 +480,7 @@
|
|
|
462
480
|
"isAbstract": false,
|
|
463
481
|
"isVirtual": false,
|
|
464
482
|
"isOverride": false,
|
|
483
|
+
"visibility": "Public",
|
|
465
484
|
"declaringClrType": "System.IO.Enumeration.FileSystemEntry",
|
|
466
485
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
467
486
|
},
|
|
@@ -480,6 +499,7 @@
|
|
|
480
499
|
"isAbstract": false,
|
|
481
500
|
"isVirtual": false,
|
|
482
501
|
"isOverride": false,
|
|
502
|
+
"visibility": "Public",
|
|
483
503
|
"declaringClrType": "System.IO.Enumeration.FileSystemEntry",
|
|
484
504
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
485
505
|
},
|
|
@@ -498,6 +518,7 @@
|
|
|
498
518
|
"isAbstract": false,
|
|
499
519
|
"isVirtual": false,
|
|
500
520
|
"isOverride": false,
|
|
521
|
+
"visibility": "Public",
|
|
501
522
|
"declaringClrType": "System.IO.Enumeration.FileSystemEntry",
|
|
502
523
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
503
524
|
},
|
|
@@ -516,6 +537,7 @@
|
|
|
516
537
|
"isAbstract": false,
|
|
517
538
|
"isVirtual": false,
|
|
518
539
|
"isOverride": false,
|
|
540
|
+
"visibility": "Public",
|
|
519
541
|
"declaringClrType": "System.IO.Enumeration.FileSystemEntry",
|
|
520
542
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
521
543
|
}
|
|
@@ -535,9 +557,6 @@
|
|
|
535
557
|
"isSealed": false,
|
|
536
558
|
"isStatic": false,
|
|
537
559
|
"arity": 1,
|
|
538
|
-
"typeParameters": [
|
|
539
|
-
"TResult"
|
|
540
|
-
],
|
|
541
560
|
"baseType": {
|
|
542
561
|
"stableId": "System.Private.CoreLib:System.Object",
|
|
543
562
|
"clrName": "System.Object"
|
|
@@ -555,6 +574,9 @@
|
|
|
555
574
|
"clrName": "System.Collections.IEnumerable"
|
|
556
575
|
}
|
|
557
576
|
],
|
|
577
|
+
"typeParameters": [
|
|
578
|
+
"TResult"
|
|
579
|
+
],
|
|
558
580
|
"methods": [
|
|
559
581
|
{
|
|
560
582
|
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
@@ -571,6 +593,7 @@
|
|
|
571
593
|
"isVirtual": true,
|
|
572
594
|
"isOverride": false,
|
|
573
595
|
"isSealed": true,
|
|
596
|
+
"visibility": "Public",
|
|
574
597
|
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601",
|
|
575
598
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
576
599
|
"isExtensionMethod": false
|
|
@@ -590,6 +613,7 @@
|
|
|
590
613
|
"isVirtual": true,
|
|
591
614
|
"isOverride": false,
|
|
592
615
|
"isSealed": false,
|
|
616
|
+
"visibility": "Public",
|
|
593
617
|
"declaringClrType": "System.Collections.Generic.IEnumerable\u00601",
|
|
594
618
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
595
619
|
"isExtensionMethod": false,
|
|
@@ -610,6 +634,7 @@
|
|
|
610
634
|
"isVirtual": true,
|
|
611
635
|
"isOverride": false,
|
|
612
636
|
"isSealed": false,
|
|
637
|
+
"visibility": "Public",
|
|
613
638
|
"declaringClrType": "System.Collections.IEnumerable",
|
|
614
639
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
615
640
|
"isExtensionMethod": false,
|
|
@@ -632,6 +657,7 @@
|
|
|
632
657
|
"isAbstract": false,
|
|
633
658
|
"isVirtual": false,
|
|
634
659
|
"isOverride": false,
|
|
660
|
+
"visibility": "Public",
|
|
635
661
|
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601",
|
|
636
662
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
637
663
|
},
|
|
@@ -650,6 +676,7 @@
|
|
|
650
676
|
"isAbstract": false,
|
|
651
677
|
"isVirtual": false,
|
|
652
678
|
"isOverride": false,
|
|
679
|
+
"visibility": "Public",
|
|
653
680
|
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601",
|
|
654
681
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
655
682
|
}
|
|
@@ -664,6 +691,7 @@
|
|
|
664
691
|
"normalizedSignature": "constructor|(System.String,FindTransform,System.IO.EnumerationOptions):void|static=false",
|
|
665
692
|
"isStatic": false,
|
|
666
693
|
"parameterCount": 3,
|
|
694
|
+
"visibility": "Public",
|
|
667
695
|
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601",
|
|
668
696
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
669
697
|
}
|
|
@@ -680,9 +708,6 @@
|
|
|
680
708
|
"isSealed": false,
|
|
681
709
|
"isStatic": false,
|
|
682
710
|
"arity": 1,
|
|
683
|
-
"typeParameters": [
|
|
684
|
-
"TResult"
|
|
685
|
-
],
|
|
686
711
|
"baseType": {
|
|
687
712
|
"stableId": "System.Private.CoreLib:System.Runtime.ConstrainedExecution.CriticalFinalizerObject",
|
|
688
713
|
"clrName": "System.Runtime.ConstrainedExecution.CriticalFinalizerObject"
|
|
@@ -695,16 +720,137 @@
|
|
|
695
720
|
"TResult"
|
|
696
721
|
]
|
|
697
722
|
},
|
|
698
|
-
{
|
|
699
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
|
|
700
|
-
"clrName": "System.Collections.IEnumerator"
|
|
701
|
-
},
|
|
702
723
|
{
|
|
703
724
|
"stableId": "System.Private.CoreLib:System.IDisposable",
|
|
704
725
|
"clrName": "System.IDisposable"
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator",
|
|
729
|
+
"clrName": "System.Collections.IEnumerator"
|
|
705
730
|
}
|
|
706
731
|
],
|
|
732
|
+
"typeParameters": [
|
|
733
|
+
"TResult"
|
|
734
|
+
],
|
|
707
735
|
"methods": [
|
|
736
|
+
{
|
|
737
|
+
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerator\u00601::ShouldIncludeEntry(System.IO.Enumeration.FileSystemEntry\u0026):System.Boolean",
|
|
738
|
+
"clrName": "ShouldIncludeEntry",
|
|
739
|
+
"metadataToken": 100701660,
|
|
740
|
+
"canonicalSignature": "(System.IO.Enumeration.FileSystemEntry\u0026):System.Boolean",
|
|
741
|
+
"normalizedSignature": "ShouldIncludeEntry|(System.IO.Enumeration.FileSystemEntry\u0026):System.Boolean|static=false",
|
|
742
|
+
"emitScope": "ClassSurface",
|
|
743
|
+
"provenance": "Original",
|
|
744
|
+
"arity": 0,
|
|
745
|
+
"parameterCount": 1,
|
|
746
|
+
"isStatic": false,
|
|
747
|
+
"isAbstract": false,
|
|
748
|
+
"isVirtual": true,
|
|
749
|
+
"isOverride": false,
|
|
750
|
+
"isSealed": false,
|
|
751
|
+
"visibility": "Protected",
|
|
752
|
+
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerator\u00601",
|
|
753
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
754
|
+
"isExtensionMethod": false,
|
|
755
|
+
"parameterModifiers": [
|
|
756
|
+
{
|
|
757
|
+
"index": 0,
|
|
758
|
+
"modifier": "ref"
|
|
759
|
+
}
|
|
760
|
+
]
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerator\u00601::ShouldRecurseIntoEntry(System.IO.Enumeration.FileSystemEntry\u0026):System.Boolean",
|
|
764
|
+
"clrName": "ShouldRecurseIntoEntry",
|
|
765
|
+
"metadataToken": 100701661,
|
|
766
|
+
"canonicalSignature": "(System.IO.Enumeration.FileSystemEntry\u0026):System.Boolean",
|
|
767
|
+
"normalizedSignature": "ShouldRecurseIntoEntry|(System.IO.Enumeration.FileSystemEntry\u0026):System.Boolean|static=false",
|
|
768
|
+
"emitScope": "ClassSurface",
|
|
769
|
+
"provenance": "Original",
|
|
770
|
+
"arity": 0,
|
|
771
|
+
"parameterCount": 1,
|
|
772
|
+
"isStatic": false,
|
|
773
|
+
"isAbstract": false,
|
|
774
|
+
"isVirtual": true,
|
|
775
|
+
"isOverride": false,
|
|
776
|
+
"isSealed": false,
|
|
777
|
+
"visibility": "Protected",
|
|
778
|
+
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerator\u00601",
|
|
779
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
780
|
+
"isExtensionMethod": false,
|
|
781
|
+
"parameterModifiers": [
|
|
782
|
+
{
|
|
783
|
+
"index": 0,
|
|
784
|
+
"modifier": "ref"
|
|
785
|
+
}
|
|
786
|
+
]
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerator\u00601::TransformEntry(System.IO.Enumeration.FileSystemEntry\u0026):TResult",
|
|
790
|
+
"clrName": "TransformEntry",
|
|
791
|
+
"metadataToken": 100701662,
|
|
792
|
+
"canonicalSignature": "(System.IO.Enumeration.FileSystemEntry\u0026):TResult",
|
|
793
|
+
"normalizedSignature": "TransformEntry|(System.IO.Enumeration.FileSystemEntry\u0026):TResult|static=false",
|
|
794
|
+
"emitScope": "ClassSurface",
|
|
795
|
+
"provenance": "Original",
|
|
796
|
+
"arity": 0,
|
|
797
|
+
"parameterCount": 1,
|
|
798
|
+
"isStatic": false,
|
|
799
|
+
"isAbstract": true,
|
|
800
|
+
"isVirtual": true,
|
|
801
|
+
"isOverride": false,
|
|
802
|
+
"isSealed": false,
|
|
803
|
+
"visibility": "Protected",
|
|
804
|
+
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerator\u00601",
|
|
805
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
806
|
+
"isExtensionMethod": false,
|
|
807
|
+
"parameterModifiers": [
|
|
808
|
+
{
|
|
809
|
+
"index": 0,
|
|
810
|
+
"modifier": "ref"
|
|
811
|
+
}
|
|
812
|
+
]
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerator\u00601::OnDirectoryFinished(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
816
|
+
"clrName": "OnDirectoryFinished",
|
|
817
|
+
"metadataToken": 100701663,
|
|
818
|
+
"canonicalSignature": "(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
819
|
+
"normalizedSignature": "OnDirectoryFinished|(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
|
|
820
|
+
"emitScope": "ClassSurface",
|
|
821
|
+
"provenance": "Original",
|
|
822
|
+
"arity": 0,
|
|
823
|
+
"parameterCount": 1,
|
|
824
|
+
"isStatic": false,
|
|
825
|
+
"isAbstract": false,
|
|
826
|
+
"isVirtual": true,
|
|
827
|
+
"isOverride": false,
|
|
828
|
+
"isSealed": false,
|
|
829
|
+
"visibility": "Protected",
|
|
830
|
+
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerator\u00601",
|
|
831
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
832
|
+
"isExtensionMethod": false
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerator\u00601::ContinueOnError(System.Int32):System.Boolean",
|
|
836
|
+
"clrName": "ContinueOnError",
|
|
837
|
+
"metadataToken": 100701664,
|
|
838
|
+
"canonicalSignature": "(System.Int32):System.Boolean",
|
|
839
|
+
"normalizedSignature": "ContinueOnError|(System.Int32):System.Boolean|static=false",
|
|
840
|
+
"emitScope": "ClassSurface",
|
|
841
|
+
"provenance": "Original",
|
|
842
|
+
"arity": 0,
|
|
843
|
+
"parameterCount": 1,
|
|
844
|
+
"isStatic": false,
|
|
845
|
+
"isAbstract": false,
|
|
846
|
+
"isVirtual": true,
|
|
847
|
+
"isOverride": false,
|
|
848
|
+
"isSealed": false,
|
|
849
|
+
"visibility": "Protected",
|
|
850
|
+
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerator\u00601",
|
|
851
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
852
|
+
"isExtensionMethod": false
|
|
853
|
+
},
|
|
708
854
|
{
|
|
709
855
|
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerator\u00601::Reset():System.Void",
|
|
710
856
|
"clrName": "Reset",
|
|
@@ -720,6 +866,7 @@
|
|
|
720
866
|
"isVirtual": true,
|
|
721
867
|
"isOverride": false,
|
|
722
868
|
"isSealed": true,
|
|
869
|
+
"visibility": "Public",
|
|
723
870
|
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerator\u00601",
|
|
724
871
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
725
872
|
"isExtensionMethod": false
|
|
@@ -739,6 +886,47 @@
|
|
|
739
886
|
"isVirtual": true,
|
|
740
887
|
"isOverride": false,
|
|
741
888
|
"isSealed": true,
|
|
889
|
+
"visibility": "Public",
|
|
890
|
+
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerator\u00601",
|
|
891
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
892
|
+
"isExtensionMethod": false
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerator\u00601::Dispose(System.Boolean):System.Void",
|
|
896
|
+
"clrName": "Dispose",
|
|
897
|
+
"metadataToken": 100701670,
|
|
898
|
+
"canonicalSignature": "(System.Boolean):System.Void",
|
|
899
|
+
"normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
|
|
900
|
+
"emitScope": "ClassSurface",
|
|
901
|
+
"provenance": "Original",
|
|
902
|
+
"arity": 0,
|
|
903
|
+
"parameterCount": 1,
|
|
904
|
+
"isStatic": false,
|
|
905
|
+
"isAbstract": false,
|
|
906
|
+
"isVirtual": true,
|
|
907
|
+
"isOverride": false,
|
|
908
|
+
"isSealed": false,
|
|
909
|
+
"visibility": "Protected",
|
|
910
|
+
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerator\u00601",
|
|
911
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
912
|
+
"isExtensionMethod": false
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerator\u00601::Finalize():System.Void",
|
|
916
|
+
"clrName": "Finalize",
|
|
917
|
+
"metadataToken": 100701671,
|
|
918
|
+
"canonicalSignature": "():System.Void",
|
|
919
|
+
"normalizedSignature": "Finalize|():System.Void|static=false",
|
|
920
|
+
"emitScope": "ClassSurface",
|
|
921
|
+
"provenance": "Original",
|
|
922
|
+
"arity": 0,
|
|
923
|
+
"parameterCount": 0,
|
|
924
|
+
"isStatic": false,
|
|
925
|
+
"isAbstract": false,
|
|
926
|
+
"isVirtual": true,
|
|
927
|
+
"isOverride": true,
|
|
928
|
+
"isSealed": false,
|
|
929
|
+
"visibility": "Protected",
|
|
742
930
|
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerator\u00601",
|
|
743
931
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
744
932
|
"isExtensionMethod": false
|
|
@@ -758,6 +946,7 @@
|
|
|
758
946
|
"isVirtual": true,
|
|
759
947
|
"isOverride": false,
|
|
760
948
|
"isSealed": true,
|
|
949
|
+
"visibility": "Public",
|
|
761
950
|
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerator\u00601",
|
|
762
951
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
763
952
|
"isExtensionMethod": false
|
|
@@ -777,6 +966,7 @@
|
|
|
777
966
|
"isVirtual": true,
|
|
778
967
|
"isOverride": false,
|
|
779
968
|
"isSealed": false,
|
|
969
|
+
"visibility": "Public",
|
|
780
970
|
"declaringClrType": "System.IDisposable",
|
|
781
971
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
782
972
|
"isExtensionMethod": false,
|
|
@@ -797,6 +987,7 @@
|
|
|
797
987
|
"isVirtual": true,
|
|
798
988
|
"isOverride": false,
|
|
799
989
|
"isSealed": false,
|
|
990
|
+
"visibility": "Public",
|
|
800
991
|
"declaringClrType": "System.Collections.IEnumerator",
|
|
801
992
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
802
993
|
"isExtensionMethod": false,
|
|
@@ -817,6 +1008,7 @@
|
|
|
817
1008
|
"isVirtual": true,
|
|
818
1009
|
"isOverride": false,
|
|
819
1010
|
"isSealed": false,
|
|
1011
|
+
"visibility": "Public",
|
|
820
1012
|
"declaringClrType": "System.Collections.IEnumerator",
|
|
821
1013
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
822
1014
|
"isExtensionMethod": false,
|
|
@@ -839,6 +1031,7 @@
|
|
|
839
1031
|
"isAbstract": false,
|
|
840
1032
|
"isVirtual": true,
|
|
841
1033
|
"isOverride": false,
|
|
1034
|
+
"visibility": "Public",
|
|
842
1035
|
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerator\u00601",
|
|
843
1036
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
844
1037
|
},
|
|
@@ -857,6 +1050,7 @@
|
|
|
857
1050
|
"isAbstract": false,
|
|
858
1051
|
"isVirtual": true,
|
|
859
1052
|
"isOverride": false,
|
|
1053
|
+
"visibility": "Public",
|
|
860
1054
|
"sourceInterface": "System.Collections.Generic.IEnumerator\u00601",
|
|
861
1055
|
"declaringClrType": "System.Collections.Generic.IEnumerator\u00601",
|
|
862
1056
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -876,6 +1070,7 @@
|
|
|
876
1070
|
"isAbstract": false,
|
|
877
1071
|
"isVirtual": true,
|
|
878
1072
|
"isOverride": false,
|
|
1073
|
+
"visibility": "Public",
|
|
879
1074
|
"sourceInterface": "System.Collections.IEnumerator",
|
|
880
1075
|
"declaringClrType": "System.Collections.IEnumerator",
|
|
881
1076
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
@@ -891,6 +1086,7 @@
|
|
|
891
1086
|
"normalizedSignature": "constructor|(System.String,System.IO.EnumerationOptions):void|static=false",
|
|
892
1087
|
"isStatic": false,
|
|
893
1088
|
"parameterCount": 2,
|
|
1089
|
+
"visibility": "Public",
|
|
894
1090
|
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerator\u00601",
|
|
895
1091
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
896
1092
|
}
|
|
@@ -927,6 +1123,7 @@
|
|
|
927
1123
|
"isVirtual": false,
|
|
928
1124
|
"isOverride": false,
|
|
929
1125
|
"isSealed": false,
|
|
1126
|
+
"visibility": "Public",
|
|
930
1127
|
"declaringClrType": "System.IO.Enumeration.FileSystemName",
|
|
931
1128
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
932
1129
|
"isExtensionMethod": false
|
|
@@ -946,6 +1143,7 @@
|
|
|
946
1143
|
"isVirtual": false,
|
|
947
1144
|
"isOverride": false,
|
|
948
1145
|
"isSealed": false,
|
|
1146
|
+
"visibility": "Public",
|
|
949
1147
|
"declaringClrType": "System.IO.Enumeration.FileSystemName",
|
|
950
1148
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
951
1149
|
"isExtensionMethod": false
|
|
@@ -965,6 +1163,7 @@
|
|
|
965
1163
|
"isVirtual": false,
|
|
966
1164
|
"isOverride": false,
|
|
967
1165
|
"isSealed": false,
|
|
1166
|
+
"visibility": "Public",
|
|
968
1167
|
"declaringClrType": "System.IO.Enumeration.FileSystemName",
|
|
969
1168
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
970
1169
|
"isExtensionMethod": false
|
|
@@ -31,15 +31,15 @@ export type FileSystemEnumerable_1_FindTransform<TResult> = (entry: FileSystemEn
|
|
|
31
31
|
export interface FileSystemEntry$instance {
|
|
32
32
|
readonly Attributes: FileAttributes;
|
|
33
33
|
readonly CreationTimeUtc: DateTimeOffset;
|
|
34
|
-
|
|
34
|
+
Directory: ReadOnlySpan_1<System_Internal.Char>;
|
|
35
35
|
readonly FileName: ReadOnlySpan_1<System_Internal.Char>;
|
|
36
36
|
readonly IsDirectory: boolean;
|
|
37
37
|
readonly IsHidden: boolean;
|
|
38
38
|
readonly LastAccessTimeUtc: DateTimeOffset;
|
|
39
39
|
readonly LastWriteTimeUtc: DateTimeOffset;
|
|
40
40
|
readonly Length: long;
|
|
41
|
-
|
|
42
|
-
|
|
41
|
+
OriginalRootDirectory: ReadOnlySpan_1<System_Internal.Char>;
|
|
42
|
+
RootDirectory: ReadOnlySpan_1<System_Internal.Char>;
|
|
43
43
|
ToFileSystemInfo(): FileSystemInfo;
|
|
44
44
|
ToFullPath(): string;
|
|
45
45
|
ToSpecifiedFullPath(): string;
|
|
@@ -75,7 +75,18 @@ export interface __FileSystemEnumerable_1$views<TResult> {
|
|
|
75
75
|
export type FileSystemEnumerable_1<TResult> = FileSystemEnumerable_1$instance<TResult> & __FileSystemEnumerable_1$views<TResult>;
|
|
76
76
|
|
|
77
77
|
|
|
78
|
-
export
|
|
78
|
+
export abstract class FileSystemEnumerator_1$protected<TResult> {
|
|
79
|
+
protected ContinueOnError(error: int): boolean;
|
|
80
|
+
protected Dispose(disposing: boolean): void;
|
|
81
|
+
protected Finalize(): void;
|
|
82
|
+
protected OnDirectoryFinished(directory: ReadOnlySpan_1<System_Internal.Char>): void;
|
|
83
|
+
protected ShouldIncludeEntry(entry: FileSystemEntry): boolean;
|
|
84
|
+
protected ShouldRecurseIntoEntry(entry: FileSystemEntry): boolean;
|
|
85
|
+
protected abstract TransformEntry(entry: FileSystemEntry): TResult;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
export interface FileSystemEnumerator_1$instance<TResult> extends FileSystemEnumerator_1$protected<TResult>, CriticalFinalizerObject, IDisposable {
|
|
79
90
|
readonly Current: TResult;
|
|
80
91
|
Dispose(): void;
|
|
81
92
|
MoveNext(): boolean;
|