@tsonic/dotnet 10.0.40 → 10.0.42
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 -5
- package/Internal/internal/index.d.ts +4 -3
- package/Internal.d.ts +4 -0
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +19 -18
- package/Microsoft.CSharp.RuntimeBinder.d.ts +4 -0
- package/Microsoft.VisualBasic/bindings.json +13 -13
- package/Microsoft.VisualBasic/internal/index.d.ts +5 -7
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +3 -5
- package/Microsoft.VisualBasic.CompilerServices.d.ts +4 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -3
- package/Microsoft.VisualBasic.FileIO.d.ts +4 -0
- package/Microsoft.VisualBasic.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +19 -18
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +3 -2
- package/Microsoft.Win32.SafeHandles.d.ts +4 -0
- package/Microsoft.Win32.d.ts +4 -0
- package/README.md +83 -104
- package/System/bindings.json +1858 -2297
- package/System/internal/index.d.ts +1972 -2010
- package/System.Buffers/bindings.json +12 -3
- package/System.Buffers/internal/index.d.ts +56 -58
- package/System.Buffers.Binary/internal/index.d.ts +2 -4
- package/System.Buffers.Binary.d.ts +4 -0
- package/System.Buffers.Text/internal/index.d.ts +2 -4
- package/System.Buffers.Text.d.ts +4 -0
- package/System.Buffers.d.ts +10 -6
- package/System.CodeDom.Compiler/internal/index.d.ts +31 -30
- package/System.CodeDom.Compiler.d.ts +4 -0
- package/System.Collections/bindings.json +300 -300
- package/System.Collections/internal/index.d.ts +90 -92
- package/System.Collections.Concurrent/bindings.json +311 -311
- package/System.Collections.Concurrent/internal/index.d.ts +83 -85
- package/System.Collections.Concurrent.d.ts +7 -3
- package/System.Collections.Frozen/bindings.json +490 -648
- package/System.Collections.Frozen/internal/index.d.ts +95 -109
- package/System.Collections.Frozen.d.ts +18 -2
- package/System.Collections.Generic/bindings.json +9628 -14043
- package/System.Collections.Generic/internal/index.d.ts +632 -827
- package/System.Collections.Generic.d.ts +20 -16
- package/System.Collections.Immutable/bindings.json +6134 -9214
- package/System.Collections.Immutable/internal/index.d.ts +414 -502
- package/System.Collections.Immutable.d.ts +58 -17
- package/System.Collections.ObjectModel/bindings.json +328 -850
- package/System.Collections.ObjectModel/internal/index.d.ts +42 -62
- package/System.Collections.ObjectModel.d.ts +6 -2
- package/System.Collections.Specialized/bindings.json +79 -202
- package/System.Collections.Specialized/internal/index.d.ts +72 -85
- package/System.Collections.Specialized.d.ts +4 -0
- package/System.Collections.d.ts +4 -0
- package/System.ComponentModel/bindings.json +271 -210
- package/System.ComponentModel/internal/index.d.ts +562 -547
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +126 -125
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -7
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +4 -0
- package/System.ComponentModel.DataAnnotations.d.ts +4 -0
- package/System.ComponentModel.Design/bindings.json +40 -310
- package/System.ComponentModel.Design/internal/index.d.ts +85 -93
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +42 -41
- package/System.ComponentModel.Design.Serialization.d.ts +4 -0
- package/System.ComponentModel.Design.d.ts +4 -0
- package/System.ComponentModel.d.ts +5 -0
- package/System.Configuration.Assemblies/internal/index.d.ts +3 -2
- package/System.Configuration.Assemblies.d.ts +4 -0
- package/System.Data/bindings.json +128 -125
- package/System.Data/internal/index.d.ts +341 -340
- package/System.Data.Common/bindings.json +68 -68
- package/System.Data.Common/internal/index.d.ts +135 -136
- package/System.Data.Common.d.ts +4 -0
- package/System.Data.SqlTypes/internal/index.d.ts +55 -54
- package/System.Data.SqlTypes.d.ts +4 -0
- package/System.Data.d.ts +8 -4
- package/System.Diagnostics/bindings.json +6324 -6509
- package/System.Diagnostics/internal/index.d.ts +435 -437
- package/System.Diagnostics.CodeAnalysis/bindings.json +121 -121
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +44 -43
- package/System.Diagnostics.CodeAnalysis.d.ts +4 -0
- package/System.Diagnostics.Contracts/bindings.json +62 -62
- package/System.Diagnostics.Contracts/internal/index.d.ts +23 -25
- package/System.Diagnostics.Contracts.d.ts +4 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +82 -84
- package/System.Diagnostics.Metrics.d.ts +7 -3
- package/System.Diagnostics.SymbolStore/bindings.json +2 -2
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +11 -10
- package/System.Diagnostics.SymbolStore.d.ts +4 -0
- package/System.Diagnostics.Tracing/bindings.json +291 -231
- package/System.Diagnostics.Tracing/internal/index.d.ts +69 -56
- package/System.Diagnostics.Tracing.d.ts +6 -1
- package/System.Diagnostics.d.ts +5 -1
- package/System.Drawing/internal/index.d.ts +76 -75
- package/System.Drawing.d.ts +4 -0
- package/System.Dynamic/bindings.json +13 -13
- package/System.Dynamic/internal/index.d.ts +35 -36
- package/System.Dynamic.d.ts +4 -0
- package/System.Formats.Asn1/bindings.json +48 -69
- package/System.Formats.Asn1/internal/index.d.ts +30 -37
- package/System.Formats.Asn1.d.ts +4 -0
- package/System.Formats.Tar/internal/index.d.ts +8 -7
- package/System.Formats.Tar.d.ts +4 -0
- package/System.Globalization/bindings.json +3 -3
- package/System.Globalization/internal/index.d.ts +35 -37
- package/System.Globalization.d.ts +4 -0
- package/System.IO/bindings.json +957 -957
- package/System.IO/internal/index.d.ts +183 -185
- package/System.IO.Compression/internal/index.d.ts +33 -35
- package/System.IO.Compression.d.ts +4 -0
- package/System.IO.Enumeration/bindings.json +402 -402
- package/System.IO.Enumeration/internal/index.d.ts +21 -23
- package/System.IO.Enumeration.d.ts +4 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +16 -15
- package/System.IO.IsolatedStorage.d.ts +4 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -10
- package/System.IO.MemoryMappedFiles.d.ts +4 -0
- package/System.IO.Pipelines/internal/index.d.ts +15 -17
- package/System.IO.Pipelines.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +8 -7
- package/System.IO.Pipes.d.ts +4 -0
- package/System.IO.d.ts +4 -0
- package/System.Linq/bindings.json +22 -22
- package/System.Linq/internal/index.d.ts +705 -705
- package/System.Linq.Expressions/internal/index.d.ts +219 -195
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +5 -4
- package/System.Linq.Expressions.Interpreter.d.ts +4 -0
- package/System.Linq.Expressions.d.ts +6 -2
- package/System.Linq.d.ts +18 -14
- package/System.Net/bindings.json +131 -131
- package/System.Net/internal/index.d.ts +276 -278
- package/System.Net.Cache/internal/index.d.ts +3 -2
- package/System.Net.Cache.d.ts +4 -0
- package/System.Net.Http/bindings.json +22 -22
- package/System.Net.Http/internal/index.d.ts +128 -130
- package/System.Net.Http.Headers/bindings.json +36 -200
- package/System.Net.Http.Headers/internal/index.d.ts +114 -128
- package/System.Net.Http.Headers.d.ts +4 -0
- package/System.Net.Http.Json/internal/index.d.ts +67 -69
- package/System.Net.Http.Json.d.ts +4 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +6 -5
- package/System.Net.Http.Metrics.d.ts +4 -0
- package/System.Net.Http.d.ts +5 -1
- package/System.Net.Mail/bindings.json +96 -96
- package/System.Net.Mail/internal/index.d.ts +78 -80
- package/System.Net.Mail.d.ts +4 -0
- package/System.Net.Mime/internal/index.d.ts +11 -10
- package/System.Net.Mime.d.ts +4 -0
- package/System.Net.NetworkInformation/bindings.json +40 -40
- package/System.Net.NetworkInformation/internal/index.d.ts +30 -32
- package/System.Net.NetworkInformation.d.ts +4 -0
- package/System.Net.Quic/internal/index.d.ts +11 -10
- package/System.Net.Quic.d.ts +4 -0
- package/System.Net.Security/internal/index.d.ts +90 -92
- package/System.Net.Security.d.ts +4 -0
- package/System.Net.ServerSentEvents/internal/index.d.ts +13 -12
- package/System.Net.ServerSentEvents.d.ts +7 -3
- package/System.Net.Sockets/internal/index.d.ts +91 -93
- package/System.Net.Sockets.d.ts +4 -0
- package/System.Net.WebSockets/bindings.json +101 -101
- package/System.Net.WebSockets/internal/index.d.ts +49 -48
- package/System.Net.WebSockets.d.ts +4 -0
- package/System.Net.d.ts +4 -0
- package/System.Numerics/bindings.json +547 -119
- package/System.Numerics/internal/index.d.ts +302 -304
- package/System.Numerics.d.ts +38 -34
- package/System.Reflection/bindings.json +870 -870
- package/System.Reflection/internal/index.d.ts +257 -259
- package/System.Reflection.Emit/bindings.json +754 -754
- package/System.Reflection.Emit/internal/index.d.ts +114 -114
- package/System.Reflection.Emit.d.ts +4 -0
- package/System.Reflection.Metadata/bindings.json +535 -3018
- package/System.Reflection.Metadata/internal/index.d.ts +188 -369
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +16 -18
- package/System.Reflection.Metadata.Ecma335.d.ts +4 -0
- package/System.Reflection.Metadata.d.ts +9 -5
- package/System.Reflection.PortableExecutable/bindings.json +58 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +25 -12
- package/System.Reflection.PortableExecutable.d.ts +5 -0
- package/System.Reflection.d.ts +4 -0
- package/System.Resources/bindings.json +3 -3
- package/System.Resources/internal/index.d.ts +33 -35
- package/System.Resources.d.ts +4 -0
- package/System.Runtime/bindings.json +9 -9
- package/System.Runtime/internal/index.d.ts +11 -10
- package/System.Runtime.CompilerServices/bindings.json +962 -1160
- package/System.Runtime.CompilerServices/internal/index.d.ts +280 -304
- package/System.Runtime.CompilerServices.d.ts +30 -16
- package/System.Runtime.ConstrainedExecution/bindings.json +9 -9
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
- package/System.Runtime.ConstrainedExecution.d.ts +4 -0
- package/System.Runtime.ExceptionServices/bindings.json +9 -9
- package/System.Runtime.ExceptionServices/internal/index.d.ts +3 -2
- package/System.Runtime.ExceptionServices.d.ts +4 -0
- package/System.Runtime.InteropServices/bindings.json +666 -666
- package/System.Runtime.InteropServices/internal/index.d.ts +250 -252
- package/System.Runtime.InteropServices.ComTypes/bindings.json +349 -349
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +22 -24
- package/System.Runtime.InteropServices.ComTypes.d.ts +4 -0
- package/System.Runtime.InteropServices.Java/bindings.json +12 -12
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +3 -5
- package/System.Runtime.InteropServices.Java.d.ts +4 -0
- package/System.Runtime.InteropServices.JavaScript/bindings.json +328 -328
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +70 -72
- package/System.Runtime.InteropServices.JavaScript.d.ts +14 -28
- package/System.Runtime.InteropServices.Marshalling/bindings.json +2422 -2422
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +317 -319
- package/System.Runtime.InteropServices.Marshalling.d.ts +4 -0
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +151 -151
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +16 -18
- package/System.Runtime.InteropServices.ObjectiveC.d.ts +4 -0
- package/System.Runtime.InteropServices.Swift/bindings.json +4 -4
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +5 -7
- package/System.Runtime.InteropServices.Swift.d.ts +6 -2
- package/System.Runtime.InteropServices.d.ts +6 -2
- package/System.Runtime.Intrinsics/bindings.json +64 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +515 -517
- package/System.Runtime.Intrinsics.Arm/bindings.json +31 -31
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +12 -13
- package/System.Runtime.Intrinsics.Arm.d.ts +4 -0
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -4
- package/System.Runtime.Intrinsics.Wasm.d.ts +4 -0
- package/System.Runtime.Intrinsics.X86/bindings.json +38 -38
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +42 -41
- package/System.Runtime.Intrinsics.X86.d.ts +4 -0
- package/System.Runtime.Intrinsics.d.ts +12 -8
- package/System.Runtime.Loader/bindings.json +48 -69
- package/System.Runtime.Loader/internal/index.d.ts +30 -34
- package/System.Runtime.Loader.d.ts +4 -0
- package/System.Runtime.Remoting/internal/index.d.ts +5 -4
- package/System.Runtime.Remoting.d.ts +4 -0
- package/System.Runtime.Serialization/bindings.json +13 -13
- package/System.Runtime.Serialization/internal/index.d.ts +124 -126
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +28 -30
- package/System.Runtime.Serialization.DataContracts.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +7 -6
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +8 -7
- package/System.Runtime.Serialization.Formatters.Binary.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters.d.ts +4 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +37 -36
- package/System.Runtime.Serialization.Json.d.ts +4 -0
- package/System.Runtime.Serialization.d.ts +4 -0
- package/System.Runtime.Versioning/bindings.json +13 -13
- package/System.Runtime.Versioning/internal/index.d.ts +20 -19
- package/System.Runtime.Versioning.d.ts +4 -0
- package/System.Runtime.d.ts +4 -0
- package/System.Security/bindings.json +5 -5
- package/System.Security/internal/index.d.ts +64 -66
- package/System.Security.AccessControl/bindings.json +137 -33
- package/System.Security.AccessControl/internal/index.d.ts +62 -61
- package/System.Security.AccessControl.d.ts +13 -8
- package/System.Security.Authentication/internal/index.d.ts +7 -6
- package/System.Security.Authentication.ExtendedProtection/bindings.json +5 -5
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +12 -11
- package/System.Security.Authentication.ExtendedProtection.d.ts +4 -0
- package/System.Security.Authentication.d.ts +4 -0
- package/System.Security.Claims/internal/index.d.ts +45 -44
- package/System.Security.Claims.d.ts +4 -0
- package/System.Security.Cryptography/bindings.json +509 -509
- package/System.Security.Cryptography/internal/index.d.ts +268 -269
- package/System.Security.Cryptography.X509Certificates/bindings.json +312 -374
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +96 -103
- package/System.Security.Cryptography.X509Certificates.d.ts +4 -0
- package/System.Security.Cryptography.d.ts +4 -0
- package/System.Security.Permissions/internal/index.d.ts +5 -4
- package/System.Security.Permissions.d.ts +4 -0
- package/System.Security.Policy/bindings.json +5 -5
- package/System.Security.Policy/internal/index.d.ts +9 -8
- package/System.Security.Policy.d.ts +4 -0
- package/System.Security.Principal/bindings.json +8 -8
- package/System.Security.Principal/internal/index.d.ts +30 -29
- package/System.Security.Principal.d.ts +4 -0
- package/System.Security.d.ts +4 -0
- package/System.Text/bindings.json +1577 -1577
- package/System.Text/internal/index.d.ts +121 -123
- package/System.Text.Encodings.Web/internal/index.d.ts +2 -4
- package/System.Text.Encodings.Web.d.ts +4 -0
- package/System.Text.Json/bindings.json +0 -290
- package/System.Text.Json/internal/index.d.ts +143 -161
- package/System.Text.Json.Nodes/bindings.json +27 -27
- package/System.Text.Json.Nodes/internal/index.d.ts +63 -65
- package/System.Text.Json.Nodes.d.ts +4 -0
- package/System.Text.Json.Schema/internal/index.d.ts +9 -8
- package/System.Text.Json.Schema.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +37 -39
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +120 -119
- package/System.Text.Json.Serialization.Metadata.d.ts +6 -2
- package/System.Text.Json.Serialization.d.ts +10 -6
- package/System.Text.Json.d.ts +4 -0
- package/System.Text.RegularExpressions/bindings.json +414 -578
- package/System.Text.RegularExpressions/internal/index.d.ts +48 -62
- package/System.Text.RegularExpressions.d.ts +4 -0
- package/System.Text.Unicode/bindings.json +508 -508
- package/System.Text.Unicode/internal/index.d.ts +29 -31
- package/System.Text.Unicode.d.ts +4 -0
- package/System.Text.d.ts +4 -0
- package/System.Threading/bindings.json +61 -61
- package/System.Threading/internal/index.d.ts +156 -158
- package/System.Threading.Channels/internal/index.d.ts +31 -33
- package/System.Threading.Channels.d.ts +8 -4
- package/System.Threading.Tasks/bindings.json +142 -39
- package/System.Threading.Tasks/internal/index.d.ts +250 -247
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +121 -122
- package/System.Threading.Tasks.Dataflow.d.ts +18 -14
- package/System.Threading.Tasks.Sources/bindings.json +9 -9
- package/System.Threading.Tasks.Sources/internal/index.d.ts +11 -10
- package/System.Threading.Tasks.Sources.d.ts +6 -2
- package/System.Threading.Tasks.d.ts +12 -8
- package/System.Threading.d.ts +4 -0
- package/System.Timers/internal/index.d.ts +8 -7
- package/System.Timers.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +31 -30
- package/System.Transactions.d.ts +4 -0
- package/System.Web/internal/index.d.ts +32 -31
- package/System.Web.d.ts +4 -0
- package/System.Windows.Input/internal/index.d.ts +5 -4
- package/System.Windows.Input.d.ts +4 -0
- package/System.Windows.Markup/internal/index.d.ts +3 -2
- package/System.Windows.Markup.d.ts +4 -0
- package/System.Xml/bindings.json +27 -27
- package/System.Xml/internal/index.d.ts +376 -378
- package/System.Xml.Linq/bindings.json +6 -6
- package/System.Xml.Linq/internal/index.d.ts +101 -100
- package/System.Xml.Linq.d.ts +4 -0
- package/System.Xml.Resolvers/internal/index.d.ts +10 -9
- package/System.Xml.Resolvers.d.ts +4 -0
- package/System.Xml.Schema/bindings.json +100 -100
- package/System.Xml.Schema/internal/index.d.ts +231 -230
- package/System.Xml.Schema.d.ts +4 -0
- package/System.Xml.Serialization/bindings.json +250 -57
- package/System.Xml.Serialization/internal/index.d.ts +274 -242
- package/System.Xml.Serialization.d.ts +6 -0
- package/System.Xml.XPath/bindings.json +1 -1
- package/System.Xml.XPath/internal/index.d.ts +37 -36
- package/System.Xml.XPath.d.ts +4 -0
- package/System.Xml.Xsl/bindings.json +1 -1
- package/System.Xml.Xsl/internal/index.d.ts +50 -49
- package/System.Xml.Xsl.Runtime/bindings.json +74 -71
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +38 -40
- package/System.Xml.Xsl.Runtime.d.ts +4 -0
- package/System.Xml.Xsl.d.ts +4 -0
- package/System.Xml.d.ts +4 -0
- package/System.d.ts +126 -122
- package/__internal/extensions/index.d.ts +1335 -1338
- package/families.json +63 -7
- package/package.json +2 -2
|
@@ -4,256 +4,6 @@
|
|
|
4
4
|
"System.Private.CoreLib"
|
|
5
5
|
],
|
|
6
6
|
"types": [
|
|
7
|
-
{
|
|
8
|
-
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate",
|
|
9
|
-
"clrName": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate",
|
|
10
|
-
"assemblyName": "System.Private.CoreLib",
|
|
11
|
-
"metadataToken": 0,
|
|
12
|
-
"kind": "Delegate",
|
|
13
|
-
"accessibility": "Public",
|
|
14
|
-
"isAbstract": false,
|
|
15
|
-
"isSealed": true,
|
|
16
|
-
"isStatic": false,
|
|
17
|
-
"arity": 1,
|
|
18
|
-
"baseType": {
|
|
19
|
-
"stableId": "System.Private.CoreLib:System.MulticastDelegate",
|
|
20
|
-
"clrName": "System.MulticastDelegate"
|
|
21
|
-
},
|
|
22
|
-
"interfaces": [
|
|
23
|
-
{
|
|
24
|
-
"stableId": "System.Private.CoreLib:System.ICloneable",
|
|
25
|
-
"clrName": "System.ICloneable"
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
29
|
-
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
30
|
-
}
|
|
31
|
-
],
|
|
32
|
-
"typeParameters": [
|
|
33
|
-
"TResult"
|
|
34
|
-
],
|
|
35
|
-
"methods": [
|
|
36
|
-
{
|
|
37
|
-
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate::Invoke(System.IO.Enumeration.FileSystemEntry\u0026):System.Boolean",
|
|
38
|
-
"clrName": "Invoke",
|
|
39
|
-
"metadataToken": 100701692,
|
|
40
|
-
"canonicalSignature": "(System.IO.Enumeration.FileSystemEntry\u0026):System.Boolean",
|
|
41
|
-
"normalizedSignature": "Invoke|(System.IO.Enumeration.FileSystemEntry\u0026):System.Boolean|static=false",
|
|
42
|
-
"emitScope": "ClassSurface",
|
|
43
|
-
"provenance": "Original",
|
|
44
|
-
"arity": 0,
|
|
45
|
-
"parameterCount": 1,
|
|
46
|
-
"isStatic": false,
|
|
47
|
-
"isAbstract": false,
|
|
48
|
-
"isVirtual": true,
|
|
49
|
-
"isOverride": false,
|
|
50
|
-
"isSealed": false,
|
|
51
|
-
"visibility": "Public",
|
|
52
|
-
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate",
|
|
53
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
54
|
-
"isExtensionMethod": false,
|
|
55
|
-
"parameterModifiers": [
|
|
56
|
-
{
|
|
57
|
-
"index": 0,
|
|
58
|
-
"modifier": "ref"
|
|
59
|
-
}
|
|
60
|
-
]
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate::BeginInvoke(System.IO.Enumeration.FileSystemEntry\u0026,System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
64
|
-
"clrName": "BeginInvoke",
|
|
65
|
-
"metadataToken": 100701693,
|
|
66
|
-
"canonicalSignature": "(System.IO.Enumeration.FileSystemEntry\u0026,System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
67
|
-
"normalizedSignature": "BeginInvoke|(System.IO.Enumeration.FileSystemEntry\u0026,System.AsyncCallback,System.Object):System.IAsyncResult|static=false",
|
|
68
|
-
"emitScope": "ClassSurface",
|
|
69
|
-
"provenance": "Original",
|
|
70
|
-
"arity": 0,
|
|
71
|
-
"parameterCount": 3,
|
|
72
|
-
"isStatic": false,
|
|
73
|
-
"isAbstract": false,
|
|
74
|
-
"isVirtual": true,
|
|
75
|
-
"isOverride": false,
|
|
76
|
-
"isSealed": false,
|
|
77
|
-
"visibility": "Public",
|
|
78
|
-
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate",
|
|
79
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
80
|
-
"isExtensionMethod": false,
|
|
81
|
-
"parameterModifiers": [
|
|
82
|
-
{
|
|
83
|
-
"index": 0,
|
|
84
|
-
"modifier": "ref"
|
|
85
|
-
}
|
|
86
|
-
]
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate::EndInvoke(System.IO.Enumeration.FileSystemEntry\u0026,System.IAsyncResult):System.Boolean",
|
|
90
|
-
"clrName": "EndInvoke",
|
|
91
|
-
"metadataToken": 100701694,
|
|
92
|
-
"canonicalSignature": "(System.IO.Enumeration.FileSystemEntry\u0026,System.IAsyncResult):System.Boolean",
|
|
93
|
-
"normalizedSignature": "EndInvoke|(System.IO.Enumeration.FileSystemEntry\u0026,System.IAsyncResult):System.Boolean|static=false",
|
|
94
|
-
"emitScope": "ClassSurface",
|
|
95
|
-
"provenance": "Original",
|
|
96
|
-
"arity": 0,
|
|
97
|
-
"parameterCount": 2,
|
|
98
|
-
"isStatic": false,
|
|
99
|
-
"isAbstract": false,
|
|
100
|
-
"isVirtual": true,
|
|
101
|
-
"isOverride": false,
|
|
102
|
-
"isSealed": false,
|
|
103
|
-
"visibility": "Public",
|
|
104
|
-
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate",
|
|
105
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
106
|
-
"isExtensionMethod": false,
|
|
107
|
-
"parameterModifiers": [
|
|
108
|
-
{
|
|
109
|
-
"index": 0,
|
|
110
|
-
"modifier": "ref"
|
|
111
|
-
}
|
|
112
|
-
]
|
|
113
|
-
}
|
|
114
|
-
],
|
|
115
|
-
"properties": [],
|
|
116
|
-
"fields": [],
|
|
117
|
-
"events": [],
|
|
118
|
-
"constructors": [
|
|
119
|
-
{
|
|
120
|
-
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate::.ctor(System.Object,System.IntPtr):void",
|
|
121
|
-
"metadataToken": 100701691,
|
|
122
|
-
"canonicalSignature": "(System.Object,System.IntPtr):void",
|
|
123
|
-
"normalizedSignature": "constructor|(System.Object,System.IntPtr):void|static=false",
|
|
124
|
-
"isStatic": false,
|
|
125
|
-
"parameterCount": 2,
|
|
126
|
-
"visibility": "Public",
|
|
127
|
-
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate",
|
|
128
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
129
|
-
}
|
|
130
|
-
]
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform",
|
|
134
|
-
"clrName": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform",
|
|
135
|
-
"assemblyName": "System.Private.CoreLib",
|
|
136
|
-
"metadataToken": 0,
|
|
137
|
-
"kind": "Delegate",
|
|
138
|
-
"accessibility": "Public",
|
|
139
|
-
"isAbstract": false,
|
|
140
|
-
"isSealed": true,
|
|
141
|
-
"isStatic": false,
|
|
142
|
-
"arity": 1,
|
|
143
|
-
"baseType": {
|
|
144
|
-
"stableId": "System.Private.CoreLib:System.MulticastDelegate",
|
|
145
|
-
"clrName": "System.MulticastDelegate"
|
|
146
|
-
},
|
|
147
|
-
"interfaces": [
|
|
148
|
-
{
|
|
149
|
-
"stableId": "System.Private.CoreLib:System.ICloneable",
|
|
150
|
-
"clrName": "System.ICloneable"
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
154
|
-
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
155
|
-
}
|
|
156
|
-
],
|
|
157
|
-
"typeParameters": [
|
|
158
|
-
"TResult"
|
|
159
|
-
],
|
|
160
|
-
"methods": [
|
|
161
|
-
{
|
|
162
|
-
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform::Invoke(System.IO.Enumeration.FileSystemEntry\u0026):TResult",
|
|
163
|
-
"clrName": "Invoke",
|
|
164
|
-
"metadataToken": 100701696,
|
|
165
|
-
"canonicalSignature": "(System.IO.Enumeration.FileSystemEntry\u0026):TResult",
|
|
166
|
-
"normalizedSignature": "Invoke|(System.IO.Enumeration.FileSystemEntry\u0026):TResult|static=false",
|
|
167
|
-
"emitScope": "ClassSurface",
|
|
168
|
-
"provenance": "Original",
|
|
169
|
-
"arity": 0,
|
|
170
|
-
"parameterCount": 1,
|
|
171
|
-
"isStatic": false,
|
|
172
|
-
"isAbstract": false,
|
|
173
|
-
"isVirtual": true,
|
|
174
|
-
"isOverride": false,
|
|
175
|
-
"isSealed": false,
|
|
176
|
-
"visibility": "Public",
|
|
177
|
-
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform",
|
|
178
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
179
|
-
"isExtensionMethod": false,
|
|
180
|
-
"parameterModifiers": [
|
|
181
|
-
{
|
|
182
|
-
"index": 0,
|
|
183
|
-
"modifier": "ref"
|
|
184
|
-
}
|
|
185
|
-
]
|
|
186
|
-
},
|
|
187
|
-
{
|
|
188
|
-
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform::BeginInvoke(System.IO.Enumeration.FileSystemEntry\u0026,System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
189
|
-
"clrName": "BeginInvoke",
|
|
190
|
-
"metadataToken": 100701697,
|
|
191
|
-
"canonicalSignature": "(System.IO.Enumeration.FileSystemEntry\u0026,System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
192
|
-
"normalizedSignature": "BeginInvoke|(System.IO.Enumeration.FileSystemEntry\u0026,System.AsyncCallback,System.Object):System.IAsyncResult|static=false",
|
|
193
|
-
"emitScope": "ClassSurface",
|
|
194
|
-
"provenance": "Original",
|
|
195
|
-
"arity": 0,
|
|
196
|
-
"parameterCount": 3,
|
|
197
|
-
"isStatic": false,
|
|
198
|
-
"isAbstract": false,
|
|
199
|
-
"isVirtual": true,
|
|
200
|
-
"isOverride": false,
|
|
201
|
-
"isSealed": false,
|
|
202
|
-
"visibility": "Public",
|
|
203
|
-
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform",
|
|
204
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
205
|
-
"isExtensionMethod": false,
|
|
206
|
-
"parameterModifiers": [
|
|
207
|
-
{
|
|
208
|
-
"index": 0,
|
|
209
|
-
"modifier": "ref"
|
|
210
|
-
}
|
|
211
|
-
]
|
|
212
|
-
},
|
|
213
|
-
{
|
|
214
|
-
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform::EndInvoke(System.IO.Enumeration.FileSystemEntry\u0026,System.IAsyncResult):TResult",
|
|
215
|
-
"clrName": "EndInvoke",
|
|
216
|
-
"metadataToken": 100701698,
|
|
217
|
-
"canonicalSignature": "(System.IO.Enumeration.FileSystemEntry\u0026,System.IAsyncResult):TResult",
|
|
218
|
-
"normalizedSignature": "EndInvoke|(System.IO.Enumeration.FileSystemEntry\u0026,System.IAsyncResult):TResult|static=false",
|
|
219
|
-
"emitScope": "ClassSurface",
|
|
220
|
-
"provenance": "Original",
|
|
221
|
-
"arity": 0,
|
|
222
|
-
"parameterCount": 2,
|
|
223
|
-
"isStatic": false,
|
|
224
|
-
"isAbstract": false,
|
|
225
|
-
"isVirtual": true,
|
|
226
|
-
"isOverride": false,
|
|
227
|
-
"isSealed": false,
|
|
228
|
-
"visibility": "Public",
|
|
229
|
-
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform",
|
|
230
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
231
|
-
"isExtensionMethod": false,
|
|
232
|
-
"parameterModifiers": [
|
|
233
|
-
{
|
|
234
|
-
"index": 0,
|
|
235
|
-
"modifier": "ref"
|
|
236
|
-
}
|
|
237
|
-
]
|
|
238
|
-
}
|
|
239
|
-
],
|
|
240
|
-
"properties": [],
|
|
241
|
-
"fields": [],
|
|
242
|
-
"events": [],
|
|
243
|
-
"constructors": [
|
|
244
|
-
{
|
|
245
|
-
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform::.ctor(System.Object,System.IntPtr):void",
|
|
246
|
-
"metadataToken": 100701695,
|
|
247
|
-
"canonicalSignature": "(System.Object,System.IntPtr):void",
|
|
248
|
-
"normalizedSignature": "constructor|(System.Object,System.IntPtr):void|static=false",
|
|
249
|
-
"isStatic": false,
|
|
250
|
-
"parameterCount": 2,
|
|
251
|
-
"visibility": "Public",
|
|
252
|
-
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform",
|
|
253
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
254
|
-
}
|
|
255
|
-
]
|
|
256
|
-
},
|
|
257
7
|
{
|
|
258
8
|
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEntry",
|
|
259
9
|
"clrName": "System.IO.Enumeration.FileSystemEntry",
|
|
@@ -273,7 +23,7 @@
|
|
|
273
23
|
{
|
|
274
24
|
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEntry::ToSpecifiedFullPath():System.String",
|
|
275
25
|
"clrName": "ToSpecifiedFullPath",
|
|
276
|
-
"metadataToken":
|
|
26
|
+
"metadataToken": 100701641,
|
|
277
27
|
"canonicalSignature": "():System.String",
|
|
278
28
|
"normalizedSignature": "ToSpecifiedFullPath|():System.String|static=false",
|
|
279
29
|
"emitScope": "ClassSurface",
|
|
@@ -293,7 +43,7 @@
|
|
|
293
43
|
{
|
|
294
44
|
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEntry::ToFileSystemInfo():System.IO.FileSystemInfo",
|
|
295
45
|
"clrName": "ToFileSystemInfo",
|
|
296
|
-
"metadataToken":
|
|
46
|
+
"metadataToken": 100701660,
|
|
297
47
|
"canonicalSignature": "():System.IO.FileSystemInfo",
|
|
298
48
|
"normalizedSignature": "ToFileSystemInfo|():System.IO.FileSystemInfo|static=false",
|
|
299
49
|
"emitScope": "ClassSurface",
|
|
@@ -313,7 +63,7 @@
|
|
|
313
63
|
{
|
|
314
64
|
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEntry::ToFullPath():System.String",
|
|
315
65
|
"clrName": "ToFullPath",
|
|
316
|
-
"metadataToken":
|
|
66
|
+
"metadataToken": 100701661,
|
|
317
67
|
"canonicalSignature": "():System.String",
|
|
318
68
|
"normalizedSignature": "ToFullPath|():System.String|static=false",
|
|
319
69
|
"emitScope": "ClassSurface",
|
|
@@ -335,7 +85,7 @@
|
|
|
335
85
|
{
|
|
336
86
|
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEntry::FileName:System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
337
87
|
"clrName": "FileName",
|
|
338
|
-
"metadataToken":
|
|
88
|
+
"metadataToken": 385880865,
|
|
339
89
|
"canonicalSignature": ":System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
340
90
|
"normalizedSignature": "FileName|:System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
341
91
|
"emitScope": "ClassSurface",
|
|
@@ -354,7 +104,7 @@
|
|
|
354
104
|
{
|
|
355
105
|
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEntry::Directory:System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
356
106
|
"clrName": "Directory",
|
|
357
|
-
"metadataToken":
|
|
107
|
+
"metadataToken": 385880866,
|
|
358
108
|
"canonicalSignature": ":System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
359
109
|
"normalizedSignature": "Directory|:System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
360
110
|
"emitScope": "ClassSurface",
|
|
@@ -373,7 +123,7 @@
|
|
|
373
123
|
{
|
|
374
124
|
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEntry::RootDirectory:System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
375
125
|
"clrName": "RootDirectory",
|
|
376
|
-
"metadataToken":
|
|
126
|
+
"metadataToken": 385880867,
|
|
377
127
|
"canonicalSignature": ":System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
378
128
|
"normalizedSignature": "RootDirectory|:System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
379
129
|
"emitScope": "ClassSurface",
|
|
@@ -392,7 +142,7 @@
|
|
|
392
142
|
{
|
|
393
143
|
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEntry::OriginalRootDirectory:System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
394
144
|
"clrName": "OriginalRootDirectory",
|
|
395
|
-
"metadataToken":
|
|
145
|
+
"metadataToken": 385880868,
|
|
396
146
|
"canonicalSignature": ":System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
397
147
|
"normalizedSignature": "OriginalRootDirectory|:System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
398
148
|
"emitScope": "ClassSurface",
|
|
@@ -411,7 +161,7 @@
|
|
|
411
161
|
{
|
|
412
162
|
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEntry::Attributes:System.IO.FileAttributes",
|
|
413
163
|
"clrName": "Attributes",
|
|
414
|
-
"metadataToken":
|
|
164
|
+
"metadataToken": 385880869,
|
|
415
165
|
"canonicalSignature": ":System.IO.FileAttributes",
|
|
416
166
|
"normalizedSignature": "Attributes|:System.IO.FileAttributes|static=false|accessor=get",
|
|
417
167
|
"emitScope": "ClassSurface",
|
|
@@ -430,7 +180,7 @@
|
|
|
430
180
|
{
|
|
431
181
|
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEntry::Length:System.Int64",
|
|
432
182
|
"clrName": "Length",
|
|
433
|
-
"metadataToken":
|
|
183
|
+
"metadataToken": 385880870,
|
|
434
184
|
"canonicalSignature": ":System.Int64",
|
|
435
185
|
"normalizedSignature": "Length|:System.Int64|static=false|accessor=get",
|
|
436
186
|
"emitScope": "ClassSurface",
|
|
@@ -449,7 +199,7 @@
|
|
|
449
199
|
{
|
|
450
200
|
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEntry::CreationTimeUtc:System.DateTimeOffset",
|
|
451
201
|
"clrName": "CreationTimeUtc",
|
|
452
|
-
"metadataToken":
|
|
202
|
+
"metadataToken": 385880871,
|
|
453
203
|
"canonicalSignature": ":System.DateTimeOffset",
|
|
454
204
|
"normalizedSignature": "CreationTimeUtc|:System.DateTimeOffset|static=false|accessor=get",
|
|
455
205
|
"emitScope": "ClassSurface",
|
|
@@ -468,7 +218,7 @@
|
|
|
468
218
|
{
|
|
469
219
|
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEntry::LastAccessTimeUtc:System.DateTimeOffset",
|
|
470
220
|
"clrName": "LastAccessTimeUtc",
|
|
471
|
-
"metadataToken":
|
|
221
|
+
"metadataToken": 385880872,
|
|
472
222
|
"canonicalSignature": ":System.DateTimeOffset",
|
|
473
223
|
"normalizedSignature": "LastAccessTimeUtc|:System.DateTimeOffset|static=false|accessor=get",
|
|
474
224
|
"emitScope": "ClassSurface",
|
|
@@ -485,93 +235,366 @@
|
|
|
485
235
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
486
236
|
},
|
|
487
237
|
{
|
|
488
|
-
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEntry::LastWriteTimeUtc:System.DateTimeOffset",
|
|
489
|
-
"clrName": "LastWriteTimeUtc",
|
|
490
|
-
"metadataToken":
|
|
491
|
-
"canonicalSignature": ":System.DateTimeOffset",
|
|
492
|
-
"normalizedSignature": "LastWriteTimeUtc|:System.DateTimeOffset|static=false|accessor=get",
|
|
238
|
+
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEntry::LastWriteTimeUtc:System.DateTimeOffset",
|
|
239
|
+
"clrName": "LastWriteTimeUtc",
|
|
240
|
+
"metadataToken": 385880873,
|
|
241
|
+
"canonicalSignature": ":System.DateTimeOffset",
|
|
242
|
+
"normalizedSignature": "LastWriteTimeUtc|:System.DateTimeOffset|static=false|accessor=get",
|
|
243
|
+
"emitScope": "ClassSurface",
|
|
244
|
+
"provenance": "Original",
|
|
245
|
+
"isIndexer": false,
|
|
246
|
+
"hasGetter": true,
|
|
247
|
+
"hasSetter": false,
|
|
248
|
+
"isStatic": false,
|
|
249
|
+
"isAbstract": false,
|
|
250
|
+
"isVirtual": false,
|
|
251
|
+
"isOverride": false,
|
|
252
|
+
"visibility": "Public",
|
|
253
|
+
"declaringClrType": "System.IO.Enumeration.FileSystemEntry",
|
|
254
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEntry::IsHidden:System.Boolean",
|
|
258
|
+
"clrName": "IsHidden",
|
|
259
|
+
"metadataToken": 385880874,
|
|
260
|
+
"canonicalSignature": ":System.Boolean",
|
|
261
|
+
"normalizedSignature": "IsHidden|:System.Boolean|static=false|accessor=get",
|
|
262
|
+
"emitScope": "ClassSurface",
|
|
263
|
+
"provenance": "Original",
|
|
264
|
+
"isIndexer": false,
|
|
265
|
+
"hasGetter": true,
|
|
266
|
+
"hasSetter": false,
|
|
267
|
+
"isStatic": false,
|
|
268
|
+
"isAbstract": false,
|
|
269
|
+
"isVirtual": false,
|
|
270
|
+
"isOverride": false,
|
|
271
|
+
"visibility": "Public",
|
|
272
|
+
"declaringClrType": "System.IO.Enumeration.FileSystemEntry",
|
|
273
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEntry::IsDirectory:System.Boolean",
|
|
277
|
+
"clrName": "IsDirectory",
|
|
278
|
+
"metadataToken": 385880876,
|
|
279
|
+
"canonicalSignature": ":System.Boolean",
|
|
280
|
+
"normalizedSignature": "IsDirectory|:System.Boolean|static=false|accessor=get",
|
|
281
|
+
"emitScope": "ClassSurface",
|
|
282
|
+
"provenance": "Original",
|
|
283
|
+
"isIndexer": false,
|
|
284
|
+
"hasGetter": true,
|
|
285
|
+
"hasSetter": false,
|
|
286
|
+
"isStatic": false,
|
|
287
|
+
"isAbstract": false,
|
|
288
|
+
"isVirtual": false,
|
|
289
|
+
"isOverride": false,
|
|
290
|
+
"visibility": "Public",
|
|
291
|
+
"declaringClrType": "System.IO.Enumeration.FileSystemEntry",
|
|
292
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
293
|
+
}
|
|
294
|
+
],
|
|
295
|
+
"fields": [],
|
|
296
|
+
"events": [],
|
|
297
|
+
"constructors": []
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601",
|
|
301
|
+
"clrName": "System.IO.Enumeration.FileSystemEnumerable\u00601",
|
|
302
|
+
"assemblyName": "System.Private.CoreLib",
|
|
303
|
+
"metadataToken": 0,
|
|
304
|
+
"kind": "Class",
|
|
305
|
+
"accessibility": "Public",
|
|
306
|
+
"isAbstract": false,
|
|
307
|
+
"isSealed": false,
|
|
308
|
+
"isStatic": false,
|
|
309
|
+
"arity": 1,
|
|
310
|
+
"baseType": {
|
|
311
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
312
|
+
"clrName": "System.Object"
|
|
313
|
+
},
|
|
314
|
+
"interfaces": [
|
|
315
|
+
{
|
|
316
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
|
|
317
|
+
"clrName": "System.Collections.Generic.IEnumerable\u00601",
|
|
318
|
+
"typeArguments": [
|
|
319
|
+
"TResult"
|
|
320
|
+
]
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
324
|
+
"clrName": "System.Collections.IEnumerable"
|
|
325
|
+
}
|
|
326
|
+
],
|
|
327
|
+
"typeParameters": [
|
|
328
|
+
"TResult"
|
|
329
|
+
],
|
|
330
|
+
"methods": [
|
|
331
|
+
{
|
|
332
|
+
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
333
|
+
"clrName": "GetEnumerator",
|
|
334
|
+
"metadataToken": 100701694,
|
|
335
|
+
"canonicalSignature": "():IEnumerator_1",
|
|
336
|
+
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
337
|
+
"emitScope": "ClassSurface",
|
|
338
|
+
"provenance": "Original",
|
|
339
|
+
"arity": 0,
|
|
340
|
+
"parameterCount": 0,
|
|
341
|
+
"isStatic": false,
|
|
342
|
+
"isAbstract": false,
|
|
343
|
+
"isVirtual": true,
|
|
344
|
+
"isOverride": false,
|
|
345
|
+
"isSealed": true,
|
|
346
|
+
"visibility": "Public",
|
|
347
|
+
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601",
|
|
348
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
349
|
+
"isExtensionMethod": false
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
|
|
353
|
+
"clrName": "GetEnumerator",
|
|
354
|
+
"metadataToken": 100704565,
|
|
355
|
+
"canonicalSignature": "():IEnumerator_1",
|
|
356
|
+
"normalizedSignature": "GetEnumerator|():IEnumerator_1|static=false",
|
|
357
|
+
"emitScope": "ViewOnly",
|
|
358
|
+
"provenance": "ExplicitView",
|
|
359
|
+
"arity": 0,
|
|
360
|
+
"parameterCount": 0,
|
|
361
|
+
"isStatic": false,
|
|
362
|
+
"isAbstract": false,
|
|
363
|
+
"isVirtual": true,
|
|
364
|
+
"isOverride": false,
|
|
365
|
+
"isSealed": false,
|
|
366
|
+
"visibility": "Public",
|
|
367
|
+
"declaringClrType": "System.Collections.Generic.IEnumerable\u00601",
|
|
368
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
369
|
+
"isExtensionMethod": false,
|
|
370
|
+
"sourceInterface": "System.Collections.Generic.IEnumerable\u00601"
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
374
|
+
"clrName": "GetEnumerator",
|
|
375
|
+
"metadataToken": 100703850,
|
|
376
|
+
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
377
|
+
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
378
|
+
"emitScope": "ViewOnly",
|
|
379
|
+
"provenance": "ExplicitView",
|
|
380
|
+
"arity": 0,
|
|
381
|
+
"parameterCount": 0,
|
|
382
|
+
"isStatic": false,
|
|
383
|
+
"isAbstract": false,
|
|
384
|
+
"isVirtual": true,
|
|
385
|
+
"isOverride": false,
|
|
386
|
+
"isSealed": false,
|
|
387
|
+
"visibility": "Public",
|
|
388
|
+
"declaringClrType": "System.Collections.IEnumerable",
|
|
389
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
390
|
+
"isExtensionMethod": false,
|
|
391
|
+
"sourceInterface": "System.Collections.IEnumerable"
|
|
392
|
+
}
|
|
393
|
+
],
|
|
394
|
+
"properties": [
|
|
395
|
+
{
|
|
396
|
+
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601::ShouldIncludePredicate:FindPredicate",
|
|
397
|
+
"clrName": "ShouldIncludePredicate",
|
|
398
|
+
"metadataToken": 385880880,
|
|
399
|
+
"canonicalSignature": ":FindPredicate",
|
|
400
|
+
"normalizedSignature": "ShouldIncludePredicate|:FindPredicate|static=false|accessor=getset",
|
|
401
|
+
"emitScope": "ClassSurface",
|
|
402
|
+
"provenance": "Original",
|
|
403
|
+
"isIndexer": false,
|
|
404
|
+
"hasGetter": true,
|
|
405
|
+
"hasSetter": true,
|
|
406
|
+
"isStatic": false,
|
|
407
|
+
"isAbstract": false,
|
|
408
|
+
"isVirtual": false,
|
|
409
|
+
"isOverride": false,
|
|
410
|
+
"visibility": "Public",
|
|
411
|
+
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601",
|
|
412
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601::ShouldRecursePredicate:FindPredicate",
|
|
416
|
+
"clrName": "ShouldRecursePredicate",
|
|
417
|
+
"metadataToken": 385880881,
|
|
418
|
+
"canonicalSignature": ":FindPredicate",
|
|
419
|
+
"normalizedSignature": "ShouldRecursePredicate|:FindPredicate|static=false|accessor=getset",
|
|
420
|
+
"emitScope": "ClassSurface",
|
|
421
|
+
"provenance": "Original",
|
|
422
|
+
"isIndexer": false,
|
|
423
|
+
"hasGetter": true,
|
|
424
|
+
"hasSetter": true,
|
|
425
|
+
"isStatic": false,
|
|
426
|
+
"isAbstract": false,
|
|
427
|
+
"isVirtual": false,
|
|
428
|
+
"isOverride": false,
|
|
429
|
+
"visibility": "Public",
|
|
430
|
+
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601",
|
|
431
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
432
|
+
}
|
|
433
|
+
],
|
|
434
|
+
"fields": [],
|
|
435
|
+
"events": [],
|
|
436
|
+
"constructors": [
|
|
437
|
+
{
|
|
438
|
+
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601::.ctor(System.String,FindTransform,System.IO.EnumerationOptions):void",
|
|
439
|
+
"metadataToken": 100701688,
|
|
440
|
+
"canonicalSignature": "(System.String,FindTransform,System.IO.EnumerationOptions):void",
|
|
441
|
+
"normalizedSignature": "constructor|(System.String,FindTransform,System.IO.EnumerationOptions):void|static=false",
|
|
442
|
+
"isStatic": false,
|
|
443
|
+
"parameterCount": 3,
|
|
444
|
+
"visibility": "Public",
|
|
445
|
+
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601",
|
|
446
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
447
|
+
}
|
|
448
|
+
]
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate",
|
|
452
|
+
"clrName": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate",
|
|
453
|
+
"assemblyName": "System.Private.CoreLib",
|
|
454
|
+
"metadataToken": 0,
|
|
455
|
+
"kind": "Delegate",
|
|
456
|
+
"accessibility": "Public",
|
|
457
|
+
"isAbstract": false,
|
|
458
|
+
"isSealed": true,
|
|
459
|
+
"isStatic": false,
|
|
460
|
+
"arity": 1,
|
|
461
|
+
"baseType": {
|
|
462
|
+
"stableId": "System.Private.CoreLib:System.MulticastDelegate",
|
|
463
|
+
"clrName": "System.MulticastDelegate"
|
|
464
|
+
},
|
|
465
|
+
"interfaces": [
|
|
466
|
+
{
|
|
467
|
+
"stableId": "System.Private.CoreLib:System.ICloneable",
|
|
468
|
+
"clrName": "System.ICloneable"
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
472
|
+
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
473
|
+
}
|
|
474
|
+
],
|
|
475
|
+
"typeParameters": [
|
|
476
|
+
"TResult"
|
|
477
|
+
],
|
|
478
|
+
"methods": [
|
|
479
|
+
{
|
|
480
|
+
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate::Invoke(System.IO.Enumeration.FileSystemEntry\u0026):System.Boolean",
|
|
481
|
+
"clrName": "Invoke",
|
|
482
|
+
"metadataToken": 100701697,
|
|
483
|
+
"canonicalSignature": "(System.IO.Enumeration.FileSystemEntry\u0026):System.Boolean",
|
|
484
|
+
"normalizedSignature": "Invoke|(System.IO.Enumeration.FileSystemEntry\u0026):System.Boolean|static=false",
|
|
493
485
|
"emitScope": "ClassSurface",
|
|
494
486
|
"provenance": "Original",
|
|
495
|
-
"
|
|
496
|
-
"
|
|
497
|
-
"hasSetter": false,
|
|
487
|
+
"arity": 0,
|
|
488
|
+
"parameterCount": 1,
|
|
498
489
|
"isStatic": false,
|
|
499
490
|
"isAbstract": false,
|
|
500
|
-
"isVirtual":
|
|
491
|
+
"isVirtual": true,
|
|
501
492
|
"isOverride": false,
|
|
493
|
+
"isSealed": false,
|
|
502
494
|
"visibility": "Public",
|
|
503
|
-
"declaringClrType": "System.IO.Enumeration.
|
|
504
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
495
|
+
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate",
|
|
496
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
497
|
+
"isExtensionMethod": false,
|
|
498
|
+
"parameterModifiers": [
|
|
499
|
+
{
|
|
500
|
+
"index": 0,
|
|
501
|
+
"modifier": "ref"
|
|
502
|
+
}
|
|
503
|
+
]
|
|
505
504
|
},
|
|
506
505
|
{
|
|
507
|
-
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEntry
|
|
508
|
-
"clrName": "
|
|
509
|
-
"metadataToken":
|
|
510
|
-
"canonicalSignature": ":System.
|
|
511
|
-
"normalizedSignature": "
|
|
506
|
+
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate::BeginInvoke(System.IO.Enumeration.FileSystemEntry\u0026,System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
507
|
+
"clrName": "BeginInvoke",
|
|
508
|
+
"metadataToken": 100701698,
|
|
509
|
+
"canonicalSignature": "(System.IO.Enumeration.FileSystemEntry\u0026,System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
510
|
+
"normalizedSignature": "BeginInvoke|(System.IO.Enumeration.FileSystemEntry\u0026,System.AsyncCallback,System.Object):System.IAsyncResult|static=false",
|
|
512
511
|
"emitScope": "ClassSurface",
|
|
513
512
|
"provenance": "Original",
|
|
514
|
-
"
|
|
515
|
-
"
|
|
516
|
-
"hasSetter": false,
|
|
513
|
+
"arity": 0,
|
|
514
|
+
"parameterCount": 3,
|
|
517
515
|
"isStatic": false,
|
|
518
516
|
"isAbstract": false,
|
|
519
|
-
"isVirtual":
|
|
517
|
+
"isVirtual": true,
|
|
520
518
|
"isOverride": false,
|
|
519
|
+
"isSealed": false,
|
|
521
520
|
"visibility": "Public",
|
|
522
|
-
"declaringClrType": "System.IO.Enumeration.
|
|
523
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
521
|
+
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate",
|
|
522
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
523
|
+
"isExtensionMethod": false,
|
|
524
|
+
"parameterModifiers": [
|
|
525
|
+
{
|
|
526
|
+
"index": 0,
|
|
527
|
+
"modifier": "ref"
|
|
528
|
+
}
|
|
529
|
+
]
|
|
524
530
|
},
|
|
525
531
|
{
|
|
526
|
-
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEntry
|
|
527
|
-
"clrName": "
|
|
528
|
-
"metadataToken":
|
|
529
|
-
"canonicalSignature": ":System.Boolean",
|
|
530
|
-
"normalizedSignature": "
|
|
532
|
+
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate::EndInvoke(System.IO.Enumeration.FileSystemEntry\u0026,System.IAsyncResult):System.Boolean",
|
|
533
|
+
"clrName": "EndInvoke",
|
|
534
|
+
"metadataToken": 100701699,
|
|
535
|
+
"canonicalSignature": "(System.IO.Enumeration.FileSystemEntry\u0026,System.IAsyncResult):System.Boolean",
|
|
536
|
+
"normalizedSignature": "EndInvoke|(System.IO.Enumeration.FileSystemEntry\u0026,System.IAsyncResult):System.Boolean|static=false",
|
|
531
537
|
"emitScope": "ClassSurface",
|
|
532
538
|
"provenance": "Original",
|
|
533
|
-
"
|
|
534
|
-
"
|
|
535
|
-
"hasSetter": false,
|
|
539
|
+
"arity": 0,
|
|
540
|
+
"parameterCount": 2,
|
|
536
541
|
"isStatic": false,
|
|
537
542
|
"isAbstract": false,
|
|
538
|
-
"isVirtual":
|
|
543
|
+
"isVirtual": true,
|
|
539
544
|
"isOverride": false,
|
|
545
|
+
"isSealed": false,
|
|
540
546
|
"visibility": "Public",
|
|
541
|
-
"declaringClrType": "System.IO.Enumeration.
|
|
542
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
547
|
+
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate",
|
|
548
|
+
"declaringAssemblyName": "System.Private.CoreLib",
|
|
549
|
+
"isExtensionMethod": false,
|
|
550
|
+
"parameterModifiers": [
|
|
551
|
+
{
|
|
552
|
+
"index": 0,
|
|
553
|
+
"modifier": "ref"
|
|
554
|
+
}
|
|
555
|
+
]
|
|
543
556
|
}
|
|
544
557
|
],
|
|
558
|
+
"properties": [],
|
|
545
559
|
"fields": [],
|
|
546
560
|
"events": [],
|
|
547
|
-
"constructors": [
|
|
561
|
+
"constructors": [
|
|
562
|
+
{
|
|
563
|
+
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate::.ctor(System.Object,System.IntPtr):void",
|
|
564
|
+
"metadataToken": 100701696,
|
|
565
|
+
"canonicalSignature": "(System.Object,System.IntPtr):void",
|
|
566
|
+
"normalizedSignature": "constructor|(System.Object,System.IntPtr):void|static=false",
|
|
567
|
+
"isStatic": false,
|
|
568
|
+
"parameterCount": 2,
|
|
569
|
+
"visibility": "Public",
|
|
570
|
+
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindPredicate",
|
|
571
|
+
"declaringAssemblyName": "System.Private.CoreLib"
|
|
572
|
+
}
|
|
573
|
+
]
|
|
548
574
|
},
|
|
549
575
|
{
|
|
550
|
-
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601",
|
|
551
|
-
"clrName": "System.IO.Enumeration.FileSystemEnumerable\u00601",
|
|
576
|
+
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform",
|
|
577
|
+
"clrName": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform",
|
|
552
578
|
"assemblyName": "System.Private.CoreLib",
|
|
553
579
|
"metadataToken": 0,
|
|
554
|
-
"kind": "
|
|
580
|
+
"kind": "Delegate",
|
|
555
581
|
"accessibility": "Public",
|
|
556
582
|
"isAbstract": false,
|
|
557
|
-
"isSealed":
|
|
583
|
+
"isSealed": true,
|
|
558
584
|
"isStatic": false,
|
|
559
585
|
"arity": 1,
|
|
560
586
|
"baseType": {
|
|
561
|
-
"stableId": "System.Private.CoreLib:System.
|
|
562
|
-
"clrName": "System.
|
|
587
|
+
"stableId": "System.Private.CoreLib:System.MulticastDelegate",
|
|
588
|
+
"clrName": "System.MulticastDelegate"
|
|
563
589
|
},
|
|
564
590
|
"interfaces": [
|
|
565
591
|
{
|
|
566
|
-
"stableId": "System.Private.CoreLib:System.
|
|
567
|
-
"clrName": "System.
|
|
568
|
-
"typeArguments": [
|
|
569
|
-
"TResult"
|
|
570
|
-
]
|
|
592
|
+
"stableId": "System.Private.CoreLib:System.ICloneable",
|
|
593
|
+
"clrName": "System.ICloneable"
|
|
571
594
|
},
|
|
572
595
|
{
|
|
573
|
-
"stableId": "System.Private.CoreLib:System.
|
|
574
|
-
"clrName": "System.
|
|
596
|
+
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
597
|
+
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
575
598
|
}
|
|
576
599
|
],
|
|
577
600
|
"typeParameters": [
|
|
@@ -579,120 +602,97 @@
|
|
|
579
602
|
],
|
|
580
603
|
"methods": [
|
|
581
604
|
{
|
|
582
|
-
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601::
|
|
583
|
-
"clrName": "
|
|
584
|
-
"metadataToken":
|
|
585
|
-
"canonicalSignature": "():
|
|
586
|
-
"normalizedSignature": "
|
|
605
|
+
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform::Invoke(System.IO.Enumeration.FileSystemEntry\u0026):TResult",
|
|
606
|
+
"clrName": "Invoke",
|
|
607
|
+
"metadataToken": 100701701,
|
|
608
|
+
"canonicalSignature": "(System.IO.Enumeration.FileSystemEntry\u0026):TResult",
|
|
609
|
+
"normalizedSignature": "Invoke|(System.IO.Enumeration.FileSystemEntry\u0026):TResult|static=false",
|
|
587
610
|
"emitScope": "ClassSurface",
|
|
588
611
|
"provenance": "Original",
|
|
589
612
|
"arity": 0,
|
|
590
|
-
"parameterCount":
|
|
613
|
+
"parameterCount": 1,
|
|
591
614
|
"isStatic": false,
|
|
592
615
|
"isAbstract": false,
|
|
593
616
|
"isVirtual": true,
|
|
594
617
|
"isOverride": false,
|
|
595
|
-
"isSealed":
|
|
618
|
+
"isSealed": false,
|
|
596
619
|
"visibility": "Public",
|
|
597
|
-
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601",
|
|
620
|
+
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform",
|
|
598
621
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
599
|
-
"isExtensionMethod": false
|
|
622
|
+
"isExtensionMethod": false,
|
|
623
|
+
"parameterModifiers": [
|
|
624
|
+
{
|
|
625
|
+
"index": 0,
|
|
626
|
+
"modifier": "ref"
|
|
627
|
+
}
|
|
628
|
+
]
|
|
600
629
|
},
|
|
601
630
|
{
|
|
602
|
-
"stableId": "System.Private.CoreLib:System.
|
|
603
|
-
"clrName": "
|
|
604
|
-
"metadataToken":
|
|
605
|
-
"canonicalSignature": "():
|
|
606
|
-
"normalizedSignature": "
|
|
607
|
-
"emitScope": "
|
|
608
|
-
"provenance": "
|
|
631
|
+
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform::BeginInvoke(System.IO.Enumeration.FileSystemEntry\u0026,System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
632
|
+
"clrName": "BeginInvoke",
|
|
633
|
+
"metadataToken": 100701702,
|
|
634
|
+
"canonicalSignature": "(System.IO.Enumeration.FileSystemEntry\u0026,System.AsyncCallback,System.Object):System.IAsyncResult",
|
|
635
|
+
"normalizedSignature": "BeginInvoke|(System.IO.Enumeration.FileSystemEntry\u0026,System.AsyncCallback,System.Object):System.IAsyncResult|static=false",
|
|
636
|
+
"emitScope": "ClassSurface",
|
|
637
|
+
"provenance": "Original",
|
|
609
638
|
"arity": 0,
|
|
610
|
-
"parameterCount":
|
|
639
|
+
"parameterCount": 3,
|
|
611
640
|
"isStatic": false,
|
|
612
641
|
"isAbstract": false,
|
|
613
642
|
"isVirtual": true,
|
|
614
643
|
"isOverride": false,
|
|
615
644
|
"isSealed": false,
|
|
616
645
|
"visibility": "Public",
|
|
617
|
-
"declaringClrType": "System.
|
|
646
|
+
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform",
|
|
618
647
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
619
648
|
"isExtensionMethod": false,
|
|
620
|
-
"
|
|
649
|
+
"parameterModifiers": [
|
|
650
|
+
{
|
|
651
|
+
"index": 0,
|
|
652
|
+
"modifier": "ref"
|
|
653
|
+
}
|
|
654
|
+
]
|
|
621
655
|
},
|
|
622
656
|
{
|
|
623
|
-
"stableId": "System.Private.CoreLib:System.
|
|
624
|
-
"clrName": "
|
|
625
|
-
"metadataToken":
|
|
626
|
-
"canonicalSignature": "(
|
|
627
|
-
"normalizedSignature": "
|
|
628
|
-
"emitScope": "
|
|
629
|
-
"provenance": "
|
|
657
|
+
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform::EndInvoke(System.IO.Enumeration.FileSystemEntry\u0026,System.IAsyncResult):TResult",
|
|
658
|
+
"clrName": "EndInvoke",
|
|
659
|
+
"metadataToken": 100701703,
|
|
660
|
+
"canonicalSignature": "(System.IO.Enumeration.FileSystemEntry\u0026,System.IAsyncResult):TResult",
|
|
661
|
+
"normalizedSignature": "EndInvoke|(System.IO.Enumeration.FileSystemEntry\u0026,System.IAsyncResult):TResult|static=false",
|
|
662
|
+
"emitScope": "ClassSurface",
|
|
663
|
+
"provenance": "Original",
|
|
630
664
|
"arity": 0,
|
|
631
|
-
"parameterCount":
|
|
665
|
+
"parameterCount": 2,
|
|
632
666
|
"isStatic": false,
|
|
633
667
|
"isAbstract": false,
|
|
634
668
|
"isVirtual": true,
|
|
635
669
|
"isOverride": false,
|
|
636
670
|
"isSealed": false,
|
|
637
671
|
"visibility": "Public",
|
|
638
|
-
"declaringClrType": "System.
|
|
672
|
+
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform",
|
|
639
673
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
640
674
|
"isExtensionMethod": false,
|
|
641
|
-
"
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
"clrName": "ShouldIncludePredicate",
|
|
648
|
-
"metadataToken": 385880878,
|
|
649
|
-
"canonicalSignature": ":FindPredicate",
|
|
650
|
-
"normalizedSignature": "ShouldIncludePredicate|:FindPredicate|static=false|accessor=getset",
|
|
651
|
-
"emitScope": "ClassSurface",
|
|
652
|
-
"provenance": "Original",
|
|
653
|
-
"isIndexer": false,
|
|
654
|
-
"hasGetter": true,
|
|
655
|
-
"hasSetter": true,
|
|
656
|
-
"isStatic": false,
|
|
657
|
-
"isAbstract": false,
|
|
658
|
-
"isVirtual": false,
|
|
659
|
-
"isOverride": false,
|
|
660
|
-
"visibility": "Public",
|
|
661
|
-
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601",
|
|
662
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
663
|
-
},
|
|
664
|
-
{
|
|
665
|
-
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601::ShouldRecursePredicate:FindPredicate",
|
|
666
|
-
"clrName": "ShouldRecursePredicate",
|
|
667
|
-
"metadataToken": 385880879,
|
|
668
|
-
"canonicalSignature": ":FindPredicate",
|
|
669
|
-
"normalizedSignature": "ShouldRecursePredicate|:FindPredicate|static=false|accessor=getset",
|
|
670
|
-
"emitScope": "ClassSurface",
|
|
671
|
-
"provenance": "Original",
|
|
672
|
-
"isIndexer": false,
|
|
673
|
-
"hasGetter": true,
|
|
674
|
-
"hasSetter": true,
|
|
675
|
-
"isStatic": false,
|
|
676
|
-
"isAbstract": false,
|
|
677
|
-
"isVirtual": false,
|
|
678
|
-
"isOverride": false,
|
|
679
|
-
"visibility": "Public",
|
|
680
|
-
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601",
|
|
681
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
675
|
+
"parameterModifiers": [
|
|
676
|
+
{
|
|
677
|
+
"index": 0,
|
|
678
|
+
"modifier": "ref"
|
|
679
|
+
}
|
|
680
|
+
]
|
|
682
681
|
}
|
|
683
682
|
],
|
|
683
|
+
"properties": [],
|
|
684
684
|
"fields": [],
|
|
685
685
|
"events": [],
|
|
686
686
|
"constructors": [
|
|
687
687
|
{
|
|
688
|
-
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601::.ctor(System.
|
|
689
|
-
"metadataToken":
|
|
690
|
-
"canonicalSignature": "(System.
|
|
691
|
-
"normalizedSignature": "constructor|(System.
|
|
688
|
+
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform::.ctor(System.Object,System.IntPtr):void",
|
|
689
|
+
"metadataToken": 100701700,
|
|
690
|
+
"canonicalSignature": "(System.Object,System.IntPtr):void",
|
|
691
|
+
"normalizedSignature": "constructor|(System.Object,System.IntPtr):void|static=false",
|
|
692
692
|
"isStatic": false,
|
|
693
|
-
"parameterCount":
|
|
693
|
+
"parameterCount": 2,
|
|
694
694
|
"visibility": "Public",
|
|
695
|
-
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601",
|
|
695
|
+
"declaringClrType": "System.IO.Enumeration.FileSystemEnumerable\u00601\u002BFindTransform",
|
|
696
696
|
"declaringAssemblyName": "System.Private.CoreLib"
|
|
697
697
|
}
|
|
698
698
|
]
|
|
@@ -736,7 +736,7 @@
|
|
|
736
736
|
{
|
|
737
737
|
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerator\u00601::ShouldIncludeEntry(System.IO.Enumeration.FileSystemEntry\u0026):System.Boolean",
|
|
738
738
|
"clrName": "ShouldIncludeEntry",
|
|
739
|
-
"metadataToken":
|
|
739
|
+
"metadataToken": 100701665,
|
|
740
740
|
"canonicalSignature": "(System.IO.Enumeration.FileSystemEntry\u0026):System.Boolean",
|
|
741
741
|
"normalizedSignature": "ShouldIncludeEntry|(System.IO.Enumeration.FileSystemEntry\u0026):System.Boolean|static=false",
|
|
742
742
|
"emitScope": "ClassSurface",
|
|
@@ -762,7 +762,7 @@
|
|
|
762
762
|
{
|
|
763
763
|
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerator\u00601::ShouldRecurseIntoEntry(System.IO.Enumeration.FileSystemEntry\u0026):System.Boolean",
|
|
764
764
|
"clrName": "ShouldRecurseIntoEntry",
|
|
765
|
-
"metadataToken":
|
|
765
|
+
"metadataToken": 100701666,
|
|
766
766
|
"canonicalSignature": "(System.IO.Enumeration.FileSystemEntry\u0026):System.Boolean",
|
|
767
767
|
"normalizedSignature": "ShouldRecurseIntoEntry|(System.IO.Enumeration.FileSystemEntry\u0026):System.Boolean|static=false",
|
|
768
768
|
"emitScope": "ClassSurface",
|
|
@@ -788,7 +788,7 @@
|
|
|
788
788
|
{
|
|
789
789
|
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerator\u00601::TransformEntry(System.IO.Enumeration.FileSystemEntry\u0026):TResult",
|
|
790
790
|
"clrName": "TransformEntry",
|
|
791
|
-
"metadataToken":
|
|
791
|
+
"metadataToken": 100701667,
|
|
792
792
|
"canonicalSignature": "(System.IO.Enumeration.FileSystemEntry\u0026):TResult",
|
|
793
793
|
"normalizedSignature": "TransformEntry|(System.IO.Enumeration.FileSystemEntry\u0026):TResult|static=false",
|
|
794
794
|
"emitScope": "ClassSurface",
|
|
@@ -814,7 +814,7 @@
|
|
|
814
814
|
{
|
|
815
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
816
|
"clrName": "OnDirectoryFinished",
|
|
817
|
-
"metadataToken":
|
|
817
|
+
"metadataToken": 100701668,
|
|
818
818
|
"canonicalSignature": "(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
|
|
819
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
820
|
"emitScope": "ClassSurface",
|
|
@@ -834,7 +834,7 @@
|
|
|
834
834
|
{
|
|
835
835
|
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerator\u00601::ContinueOnError(System.Int32):System.Boolean",
|
|
836
836
|
"clrName": "ContinueOnError",
|
|
837
|
-
"metadataToken":
|
|
837
|
+
"metadataToken": 100701669,
|
|
838
838
|
"canonicalSignature": "(System.Int32):System.Boolean",
|
|
839
839
|
"normalizedSignature": "ContinueOnError|(System.Int32):System.Boolean|static=false",
|
|
840
840
|
"emitScope": "ClassSurface",
|
|
@@ -854,7 +854,7 @@
|
|
|
854
854
|
{
|
|
855
855
|
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerator\u00601::Reset():System.Void",
|
|
856
856
|
"clrName": "Reset",
|
|
857
|
-
"metadataToken":
|
|
857
|
+
"metadataToken": 100701673,
|
|
858
858
|
"canonicalSignature": "():System.Void",
|
|
859
859
|
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
860
860
|
"emitScope": "ClassSurface",
|
|
@@ -874,7 +874,7 @@
|
|
|
874
874
|
{
|
|
875
875
|
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerator\u00601::Dispose():System.Void",
|
|
876
876
|
"clrName": "Dispose",
|
|
877
|
-
"metadataToken":
|
|
877
|
+
"metadataToken": 100701674,
|
|
878
878
|
"canonicalSignature": "():System.Void",
|
|
879
879
|
"normalizedSignature": "Dispose|():System.Void|static=false",
|
|
880
880
|
"emitScope": "ClassSurface",
|
|
@@ -894,7 +894,7 @@
|
|
|
894
894
|
{
|
|
895
895
|
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerator\u00601::Dispose(System.Boolean):System.Void",
|
|
896
896
|
"clrName": "Dispose",
|
|
897
|
-
"metadataToken":
|
|
897
|
+
"metadataToken": 100701675,
|
|
898
898
|
"canonicalSignature": "(System.Boolean):System.Void",
|
|
899
899
|
"normalizedSignature": "Dispose|(System.Boolean):System.Void|static=false",
|
|
900
900
|
"emitScope": "ClassSurface",
|
|
@@ -914,7 +914,7 @@
|
|
|
914
914
|
{
|
|
915
915
|
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerator\u00601::Finalize():System.Void",
|
|
916
916
|
"clrName": "Finalize",
|
|
917
|
-
"metadataToken":
|
|
917
|
+
"metadataToken": 100701676,
|
|
918
918
|
"canonicalSignature": "():System.Void",
|
|
919
919
|
"normalizedSignature": "Finalize|():System.Void|static=false",
|
|
920
920
|
"emitScope": "ClassSurface",
|
|
@@ -934,7 +934,7 @@
|
|
|
934
934
|
{
|
|
935
935
|
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerator\u00601::MoveNext():System.Boolean",
|
|
936
936
|
"clrName": "MoveNext",
|
|
937
|
-
"metadataToken":
|
|
937
|
+
"metadataToken": 100701683,
|
|
938
938
|
"canonicalSignature": "():System.Boolean",
|
|
939
939
|
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
940
940
|
"emitScope": "ClassSurface",
|
|
@@ -975,7 +975,7 @@
|
|
|
975
975
|
{
|
|
976
976
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::MoveNext():System.Boolean",
|
|
977
977
|
"clrName": "MoveNext",
|
|
978
|
-
"metadataToken":
|
|
978
|
+
"metadataToken": 100703851,
|
|
979
979
|
"canonicalSignature": "():System.Boolean",
|
|
980
980
|
"normalizedSignature": "MoveNext|():System.Boolean|static=false",
|
|
981
981
|
"emitScope": "ViewOnly",
|
|
@@ -996,7 +996,7 @@
|
|
|
996
996
|
{
|
|
997
997
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Reset():System.Void",
|
|
998
998
|
"clrName": "Reset",
|
|
999
|
-
"metadataToken":
|
|
999
|
+
"metadataToken": 100703853,
|
|
1000
1000
|
"canonicalSignature": "():System.Void",
|
|
1001
1001
|
"normalizedSignature": "Reset|():System.Void|static=false",
|
|
1002
1002
|
"emitScope": "ViewOnly",
|
|
@@ -1019,7 +1019,7 @@
|
|
|
1019
1019
|
{
|
|
1020
1020
|
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerator\u00601::Current:TResult",
|
|
1021
1021
|
"clrName": "Current",
|
|
1022
|
-
"metadataToken":
|
|
1022
|
+
"metadataToken": 385880878,
|
|
1023
1023
|
"canonicalSignature": ":TResult",
|
|
1024
1024
|
"normalizedSignature": "Current|:TResult|static=false|accessor=get",
|
|
1025
1025
|
"emitScope": "ClassSurface",
|
|
@@ -1038,7 +1038,7 @@
|
|
|
1038
1038
|
{
|
|
1039
1039
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerator\u00601::Current:T",
|
|
1040
1040
|
"clrName": "Current",
|
|
1041
|
-
"metadataToken":
|
|
1041
|
+
"metadataToken": 385881428,
|
|
1042
1042
|
"canonicalSignature": ":T",
|
|
1043
1043
|
"normalizedSignature": "Current|:T|static=false|accessor=get",
|
|
1044
1044
|
"emitScope": "ViewOnly",
|
|
@@ -1058,7 +1058,7 @@
|
|
|
1058
1058
|
{
|
|
1059
1059
|
"stableId": "System.Private.CoreLib:System.Collections.IEnumerator::Current:System.Object",
|
|
1060
1060
|
"clrName": "Current",
|
|
1061
|
-
"metadataToken":
|
|
1061
|
+
"metadataToken": 385881269,
|
|
1062
1062
|
"canonicalSignature": ":System.Object",
|
|
1063
1063
|
"normalizedSignature": "Current|:System.Object|static=false|accessor=get",
|
|
1064
1064
|
"emitScope": "ViewOnly",
|
|
@@ -1081,7 +1081,7 @@
|
|
|
1081
1081
|
"constructors": [
|
|
1082
1082
|
{
|
|
1083
1083
|
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemEnumerator\u00601::.ctor(System.String,System.IO.EnumerationOptions):void",
|
|
1084
|
-
"metadataToken":
|
|
1084
|
+
"metadataToken": 100701663,
|
|
1085
1085
|
"canonicalSignature": "(System.String,System.IO.EnumerationOptions):void",
|
|
1086
1086
|
"normalizedSignature": "constructor|(System.String,System.IO.EnumerationOptions):void|static=false",
|
|
1087
1087
|
"isStatic": false,
|
|
@@ -1111,7 +1111,7 @@
|
|
|
1111
1111
|
{
|
|
1112
1112
|
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemName::TranslateWin32Expression(System.String):System.String",
|
|
1113
1113
|
"clrName": "TranslateWin32Expression",
|
|
1114
|
-
"metadataToken":
|
|
1114
|
+
"metadataToken": 100701736,
|
|
1115
1115
|
"canonicalSignature": "(System.String):System.String",
|
|
1116
1116
|
"normalizedSignature": "TranslateWin32Expression|(System.String):System.String|static=true",
|
|
1117
1117
|
"emitScope": "ClassSurface",
|
|
@@ -1131,7 +1131,7 @@
|
|
|
1131
1131
|
{
|
|
1132
1132
|
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemName::MatchesWin32Expression(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):System.Boolean",
|
|
1133
1133
|
"clrName": "MatchesWin32Expression",
|
|
1134
|
-
"metadataToken":
|
|
1134
|
+
"metadataToken": 100701737,
|
|
1135
1135
|
"canonicalSignature": "(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):System.Boolean",
|
|
1136
1136
|
"normalizedSignature": "MatchesWin32Expression|(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):System.Boolean|static=true",
|
|
1137
1137
|
"emitScope": "ClassSurface",
|
|
@@ -1151,7 +1151,7 @@
|
|
|
1151
1151
|
{
|
|
1152
1152
|
"stableId": "System.Private.CoreLib:System.IO.Enumeration.FileSystemName::MatchesSimpleExpression(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):System.Boolean",
|
|
1153
1153
|
"clrName": "MatchesSimpleExpression",
|
|
1154
|
-
"metadataToken":
|
|
1154
|
+
"metadataToken": 100701738,
|
|
1155
1155
|
"canonicalSignature": "(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):System.Boolean",
|
|
1156
1156
|
"normalizedSignature": "MatchesSimpleExpression|(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Boolean):System.Boolean|static=true",
|
|
1157
1157
|
"emitScope": "ClassSurface",
|