@alloy-js/csharp 0.23.0-dev.1 → 0.23.0-dev.11
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/CHANGELOG.md +1 -14
- package/dist/dev/scripts/components/library-interface.js +67 -0
- package/dist/dev/scripts/components/library-interface.js.map +1 -0
- package/dist/dev/scripts/components/namespace-directory.js +160 -0
- package/dist/dev/scripts/components/namespace-directory.js.map +1 -0
- package/dist/dev/scripts/generate-builtins.js +45 -0
- package/dist/dev/scripts/generate-builtins.js.map +1 -0
- package/dist/dev/scripts/process-docfx.js +316 -0
- package/dist/dev/scripts/process-docfx.js.map +1 -0
- package/dist/dev/src/access.js +73 -0
- package/dist/dev/src/access.js.map +1 -0
- package/dist/dev/src/access.test.js +43 -0
- package/dist/dev/src/access.test.js.map +1 -0
- package/dist/dev/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js +23 -0
- package/dist/dev/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js.map +1 -0
- package/dist/dev/src/builtins/Microsoft/CSharp/index.js +5 -0
- package/dist/dev/src/builtins/Microsoft/CSharp/index.js.map +1 -0
- package/dist/dev/src/builtins/Microsoft/VisualBasic/FileIO/index.js +473 -0
- package/dist/dev/src/builtins/Microsoft/VisualBasic/FileIO/index.js.map +1 -0
- package/dist/dev/src/builtins/Microsoft/VisualBasic/index.js +2534 -0
- package/dist/dev/src/builtins/Microsoft/VisualBasic/index.js.map +1 -0
- package/dist/dev/src/builtins/Microsoft/Win32/SafeHandles/index.js +320 -0
- package/dist/dev/src/builtins/Microsoft/Win32/SafeHandles/index.js.map +1 -0
- package/dist/dev/src/builtins/Microsoft/Win32/index.js +362 -0
- package/dist/dev/src/builtins/Microsoft/Win32/index.js.map +1 -0
- package/dist/dev/src/builtins/Microsoft/index.js +7 -0
- package/dist/dev/src/builtins/Microsoft/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Buffers/Binary/index.js +536 -0
- package/dist/dev/src/builtins/System/Buffers/Binary/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Buffers/Text/index.js +144 -0
- package/dist/dev/src/builtins/System/Buffers/Text/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Buffers/index.js +605 -0
- package/dist/dev/src/builtins/System/Buffers/index.js.map +1 -0
- package/dist/dev/src/builtins/System/CodeDom/Compiler/index.js +131 -0
- package/dist/dev/src/builtins/System/CodeDom/Compiler/index.js.map +1 -0
- package/dist/dev/src/builtins/System/CodeDom/index.js +5 -0
- package/dist/dev/src/builtins/System/CodeDom/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Collections/Concurrent/index.js +399 -0
- package/dist/dev/src/builtins/System/Collections/Concurrent/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Collections/Frozen/index.js +88 -0
- package/dist/dev/src/builtins/System/Collections/Frozen/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Collections/Generic/index.js +978 -0
- package/dist/dev/src/builtins/System/Collections/Generic/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Collections/Immutable/index.js +1049 -0
- package/dist/dev/src/builtins/System/Collections/Immutable/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Collections/ObjectModel/index.js +394 -0
- package/dist/dev/src/builtins/System/Collections/ObjectModel/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Collections/Specialized/index.js +716 -0
- package/dist/dev/src/builtins/System/Collections/Specialized/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Collections/index.js +1355 -0
- package/dist/dev/src/builtins/System/Collections/index.js.map +1 -0
- package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js +143 -0
- package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js.map +1 -0
- package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/index.js +1237 -0
- package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/index.js.map +1 -0
- package/dist/dev/src/builtins/System/ComponentModel/Design/Serialization/index.js +535 -0
- package/dist/dev/src/builtins/System/ComponentModel/Design/Serialization/index.js.map +1 -0
- package/dist/dev/src/builtins/System/ComponentModel/Design/index.js +2008 -0
- package/dist/dev/src/builtins/System/ComponentModel/Design/index.js.map +1 -0
- package/dist/dev/src/builtins/System/ComponentModel/index.js +6649 -0
- package/dist/dev/src/builtins/System/ComponentModel/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Configuration/Assemblies/index.js +69 -0
- package/dist/dev/src/builtins/System/Configuration/Assemblies/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Configuration/index.js +5 -0
- package/dist/dev/src/builtins/System/Configuration/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Data/Common/index.js +3279 -0
- package/dist/dev/src/builtins/System/Data/Common/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Data/SqlTypes/index.js +2655 -0
- package/dist/dev/src/builtins/System/Data/SqlTypes/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Data/index.js +4504 -0
- package/dist/dev/src/builtins/System/Data/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Diagnostics/CodeAnalysis/index.js +705 -0
- package/dist/dev/src/builtins/System/Diagnostics/CodeAnalysis/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Diagnostics/Contracts/index.js +309 -0
- package/dist/dev/src/builtins/System/Diagnostics/Contracts/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Diagnostics/Metrics/index.js +323 -0
- package/dist/dev/src/builtins/System/Diagnostics/Metrics/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Diagnostics/SymbolStore/index.js +610 -0
- package/dist/dev/src/builtins/System/Diagnostics/SymbolStore/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Diagnostics/Tracing/index.js +954 -0
- package/dist/dev/src/builtins/System/Diagnostics/Tracing/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Diagnostics/index.js +3826 -0
- package/dist/dev/src/builtins/System/Diagnostics/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Drawing/index.js +3305 -0
- package/dist/dev/src/builtins/System/Drawing/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Dynamic/index.js +795 -0
- package/dist/dev/src/builtins/System/Dynamic/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Formats/Asn1/index.js +843 -0
- package/dist/dev/src/builtins/System/Formats/Asn1/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Formats/Tar/index.js +436 -0
- package/dist/dev/src/builtins/System/Formats/Tar/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Formats/index.js +6 -0
- package/dist/dev/src/builtins/System/Formats/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Globalization/index.js +3848 -0
- package/dist/dev/src/builtins/System/Globalization/index.js.map +1 -0
- package/dist/dev/src/builtins/System/IO/Compression/index.js +894 -0
- package/dist/dev/src/builtins/System/IO/Compression/index.js.map +1 -0
- package/dist/dev/src/builtins/System/IO/Enumeration/index.js +218 -0
- package/dist/dev/src/builtins/System/IO/Enumeration/index.js.map +1 -0
- package/dist/dev/src/builtins/System/IO/IsolatedStorage/index.js +495 -0
- package/dist/dev/src/builtins/System/IO/IsolatedStorage/index.js.map +1 -0
- package/dist/dev/src/builtins/System/IO/MemoryMappedFiles/index.js +251 -0
- package/dist/dev/src/builtins/System/IO/MemoryMappedFiles/index.js.map +1 -0
- package/dist/dev/src/builtins/System/IO/Pipelines/index.js +415 -0
- package/dist/dev/src/builtins/System/IO/Pipelines/index.js.map +1 -0
- package/dist/dev/src/builtins/System/IO/Pipes/index.js +723 -0
- package/dist/dev/src/builtins/System/IO/Pipes/index.js.map +1 -0
- package/dist/dev/src/builtins/System/IO/index.js +3713 -0
- package/dist/dev/src/builtins/System/IO/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Linq/Expressions/index.js +2253 -0
- package/dist/dev/src/builtins/System/Linq/Expressions/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Linq/index.js +275 -0
- package/dist/dev/src/builtins/System/Linq/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Net/Cache/index.js +217 -0
- package/dist/dev/src/builtins/System/Net/Cache/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Net/Http/Headers/index.js +1668 -0
- package/dist/dev/src/builtins/System/Net/Http/Headers/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Net/Http/Json/index.js +72 -0
- package/dist/dev/src/builtins/System/Net/Http/Json/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Net/Http/Metrics/index.js +40 -0
- package/dist/dev/src/builtins/System/Net/Http/Metrics/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Net/Http/index.js +1458 -0
- package/dist/dev/src/builtins/System/Net/Http/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Net/Mail/index.js +871 -0
- package/dist/dev/src/builtins/System/Net/Mail/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Net/Mime/index.js +500 -0
- package/dist/dev/src/builtins/System/Net/Mime/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Net/NetworkInformation/index.js +2776 -0
- package/dist/dev/src/builtins/System/Net/NetworkInformation/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Net/Quic/index.js +635 -0
- package/dist/dev/src/builtins/System/Net/Quic/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Net/Security/index.js +1432 -0
- package/dist/dev/src/builtins/System/Net/Security/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Net/Sockets/index.js +3095 -0
- package/dist/dev/src/builtins/System/Net/Sockets/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Net/WebSockets/index.js +876 -0
- package/dist/dev/src/builtins/System/Net/WebSockets/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Net/index.js +5481 -0
- package/dist/dev/src/builtins/System/Net/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Numerics/index.js +3425 -0
- package/dist/dev/src/builtins/System/Numerics/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Reflection/Emit/index.js +4293 -0
- package/dist/dev/src/builtins/System/Reflection/Emit/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Reflection/Metadata/Ecma335/index.js +2218 -0
- package/dist/dev/src/builtins/System/Reflection/Metadata/Ecma335/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Reflection/Metadata/index.js +6045 -0
- package/dist/dev/src/builtins/System/Reflection/Metadata/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Reflection/PortableExecutable/index.js +2020 -0
- package/dist/dev/src/builtins/System/Reflection/PortableExecutable/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Reflection/index.js +5244 -0
- package/dist/dev/src/builtins/System/Reflection/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Resources/index.js +289 -0
- package/dist/dev/src/builtins/System/Resources/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/CompilerServices/index.js +1896 -0
- package/dist/dev/src/builtins/System/Runtime/CompilerServices/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/ConstrainedExecution/index.js +103 -0
- package/dist/dev/src/builtins/System/Runtime/ConstrainedExecution/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/ExceptionServices/index.js +62 -0
- package/dist/dev/src/builtins/System/Runtime/ExceptionServices/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/InteropServices/ComTypes/index.js +67 -0
- package/dist/dev/src/builtins/System/Runtime/InteropServices/ComTypes/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/InteropServices/JavaScript/index.js +210 -0
- package/dist/dev/src/builtins/System/Runtime/InteropServices/JavaScript/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/InteropServices/Marshalling/index.js +1012 -0
- package/dist/dev/src/builtins/System/Runtime/InteropServices/Marshalling/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js +79 -0
- package/dist/dev/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/InteropServices/Swift/index.js +49 -0
- package/dist/dev/src/builtins/System/Runtime/InteropServices/Swift/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/InteropServices/index.js +3626 -0
- package/dist/dev/src/builtins/System/Runtime/InteropServices/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/Intrinsics/Arm/index.js +1297 -0
- package/dist/dev/src/builtins/System/Runtime/Intrinsics/Arm/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/Intrinsics/Wasm/index.js +338 -0
- package/dist/dev/src/builtins/System/Runtime/Intrinsics/Wasm/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/Intrinsics/X86/index.js +1372 -0
- package/dist/dev/src/builtins/System/Runtime/Intrinsics/X86/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/Intrinsics/index.js +273 -0
- package/dist/dev/src/builtins/System/Runtime/Intrinsics/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/Loader/index.js +140 -0
- package/dist/dev/src/builtins/System/Runtime/Loader/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/Remoting/index.js +18 -0
- package/dist/dev/src/builtins/System/Runtime/Remoting/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/Serialization/DataContracts/index.js +265 -0
- package/dist/dev/src/builtins/System/Runtime/Serialization/DataContracts/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js +61 -0
- package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/index.js +83 -0
- package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/Serialization/Json/index.js +192 -0
- package/dist/dev/src/builtins/System/Runtime/Serialization/Json/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/Serialization/index.js +1611 -0
- package/dist/dev/src/builtins/System/Runtime/Serialization/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/Versioning/index.js +336 -0
- package/dist/dev/src/builtins/System/Runtime/Versioning/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Runtime/index.js +245 -0
- package/dist/dev/src/builtins/System/Runtime/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Security/AccessControl/index.js +2343 -0
- package/dist/dev/src/builtins/System/Security/AccessControl/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Security/Authentication/ExtendedProtection/index.js +169 -0
- package/dist/dev/src/builtins/System/Security/Authentication/ExtendedProtection/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Security/Authentication/index.js +212 -0
- package/dist/dev/src/builtins/System/Security/Authentication/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Security/Claims/index.js +844 -0
- package/dist/dev/src/builtins/System/Security/Claims/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Security/Cryptography/X509Certificates/index.js +2633 -0
- package/dist/dev/src/builtins/System/Security/Cryptography/X509Certificates/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Security/Cryptography/index.js +6673 -0
- package/dist/dev/src/builtins/System/Security/Cryptography/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Security/Permissions/index.js +325 -0
- package/dist/dev/src/builtins/System/Security/Permissions/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Security/Policy/index.js +101 -0
- package/dist/dev/src/builtins/System/Security/Policy/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Security/Principal/index.js +1338 -0
- package/dist/dev/src/builtins/System/Security/Principal/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Security/index.js +672 -0
- package/dist/dev/src/builtins/System/Security/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Text/Encodings/Web/index.js +162 -0
- package/dist/dev/src/builtins/System/Text/Encodings/Web/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Text/Encodings/index.js +5 -0
- package/dist/dev/src/builtins/System/Text/Encodings/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Text/Json/Nodes/index.js +250 -0
- package/dist/dev/src/builtins/System/Text/Json/Nodes/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Text/Json/Schema/index.js +78 -0
- package/dist/dev/src/builtins/System/Text/Json/Schema/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Text/Json/Serialization/Metadata/index.js +328 -0
- package/dist/dev/src/builtins/System/Text/Json/Serialization/Metadata/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Text/Json/Serialization/index.js +840 -0
- package/dist/dev/src/builtins/System/Text/Json/Serialization/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Text/Json/index.js +1185 -0
- package/dist/dev/src/builtins/System/Text/Json/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Text/RegularExpressions/index.js +732 -0
- package/dist/dev/src/builtins/System/Text/RegularExpressions/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Text/Unicode/index.js +1199 -0
- package/dist/dev/src/builtins/System/Text/Unicode/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Text/index.js +1748 -0
- package/dist/dev/src/builtins/System/Text/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Threading/Channels/index.js +229 -0
- package/dist/dev/src/builtins/System/Threading/Channels/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Threading/Tasks/Dataflow/index.js +676 -0
- package/dist/dev/src/builtins/System/Threading/Tasks/Dataflow/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Threading/Tasks/Sources/index.js +117 -0
- package/dist/dev/src/builtins/System/Threading/Tasks/Sources/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Threading/Tasks/index.js +721 -0
- package/dist/dev/src/builtins/System/Threading/Tasks/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Threading/index.js +2292 -0
- package/dist/dev/src/builtins/System/Threading/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Timers/index.js +129 -0
- package/dist/dev/src/builtins/System/Timers/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Transactions/index.js +727 -0
- package/dist/dev/src/builtins/System/Transactions/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Web/index.js +84 -0
- package/dist/dev/src/builtins/System/Web/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Windows/Input/index.js +18 -0
- package/dist/dev/src/builtins/System/Windows/Input/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Windows/Markup/index.js +28 -0
- package/dist/dev/src/builtins/System/Windows/Markup/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Windows/index.js +6 -0
- package/dist/dev/src/builtins/System/Windows/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Xml/Linq/index.js +1086 -0
- package/dist/dev/src/builtins/System/Xml/Linq/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Xml/Resolvers/index.js +86 -0
- package/dist/dev/src/builtins/System/Xml/Resolvers/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Xml/Schema/index.js +2993 -0
- package/dist/dev/src/builtins/System/Xml/Schema/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Xml/Serialization/index.js +2356 -0
- package/dist/dev/src/builtins/System/Xml/Serialization/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Xml/XPath/index.js +917 -0
- package/dist/dev/src/builtins/System/Xml/XPath/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Xml/Xsl/index.js +315 -0
- package/dist/dev/src/builtins/System/Xml/Xsl/index.js.map +1 -0
- package/dist/dev/src/builtins/System/Xml/index.js +5736 -0
- package/dist/dev/src/builtins/System/Xml/index.js.map +1 -0
- package/dist/dev/src/builtins/System/index.js +14587 -0
- package/dist/dev/src/builtins/System/index.js.map +1 -0
- package/dist/dev/src/builtins/index.js +3 -0
- package/dist/dev/src/builtins/index.js.map +1 -0
- package/dist/dev/src/components/Declaration.js +9 -0
- package/dist/dev/src/components/Declaration.js.map +1 -0
- package/dist/dev/src/components/Name.js +12 -0
- package/dist/dev/src/components/Name.js.map +1 -0
- package/dist/dev/src/components/Reference.js +13 -0
- package/dist/dev/src/components/Reference.js.map +1 -0
- package/dist/dev/src/components/access-expression/access-expression.js +288 -0
- package/dist/dev/src/components/access-expression/access-expression.js.map +1 -0
- package/dist/dev/src/components/access-expression/access-expression.test.js +608 -0
- package/dist/dev/src/components/access-expression/access-expression.test.js.map +1 -0
- package/dist/dev/src/components/access-expression/part-descriptors.js +14 -0
- package/dist/dev/src/components/access-expression/part-descriptors.js.map +1 -0
- package/dist/dev/src/components/attributes/attributes.js +113 -0
- package/dist/dev/src/components/attributes/attributes.js.map +1 -0
- package/dist/dev/src/components/attributes/attributes.test.js +201 -0
- package/dist/dev/src/components/attributes/attributes.test.js.map +1 -0
- package/dist/dev/src/components/class/declaration.js +123 -0
- package/dist/dev/src/components/class/declaration.js.map +1 -0
- package/dist/dev/src/components/class/declaration.test.js +893 -0
- package/dist/dev/src/components/class/declaration.test.js.map +1 -0
- package/dist/dev/src/components/constructor/constructor.js +129 -0
- package/dist/dev/src/components/constructor/constructor.js.map +1 -0
- package/dist/dev/src/components/constructor/constructor.test.js +228 -0
- package/dist/dev/src/components/constructor/constructor.test.js.map +1 -0
- package/dist/dev/src/components/csproj-file/csproj-file.js +32 -0
- package/dist/dev/src/components/csproj-file/csproj-file.js.map +1 -0
- package/dist/dev/src/components/csproj-file/csproj-file.test.js +70 -0
- package/dist/dev/src/components/csproj-file/csproj-file.test.js.map +1 -0
- package/dist/dev/src/components/doc/comment.js +129 -0
- package/dist/dev/src/components/doc/comment.js.map +1 -0
- package/dist/dev/src/components/doc/comment.test.js +577 -0
- package/dist/dev/src/components/doc/comment.test.js.map +1 -0
- package/dist/dev/src/components/doc/from-markdown.js +83 -0
- package/dist/dev/src/components/doc/from-markdown.js.map +1 -0
- package/dist/dev/src/components/doc/from-markdown.test.js +112 -0
- package/dist/dev/src/components/doc/from-markdown.test.js.map +1 -0
- package/dist/dev/src/components/enum/declaration.js +80 -0
- package/dist/dev/src/components/enum/declaration.js.map +1 -0
- package/dist/dev/src/components/enum/declaration.ref.test.js +221 -0
- package/dist/dev/src/components/enum/declaration.ref.test.js.map +1 -0
- package/dist/dev/src/components/enum/declaration.test.js +122 -0
- package/dist/dev/src/components/enum/declaration.test.js.map +1 -0
- package/dist/dev/src/components/enum/member.js +47 -0
- package/dist/dev/src/components/enum/member.js.map +1 -0
- package/dist/dev/src/components/enum/member.test.js +126 -0
- package/dist/dev/src/components/enum/member.test.js.map +1 -0
- package/dist/dev/src/components/field/field.js +43 -0
- package/dist/dev/src/components/field/field.js.map +1 -0
- package/dist/dev/src/components/field/field.test.js +242 -0
- package/dist/dev/src/components/field/field.test.js.map +1 -0
- package/dist/dev/src/components/if/if-statement.js +56 -0
- package/dist/dev/src/components/if/if-statement.js.map +1 -0
- package/dist/dev/src/components/if/if-statement.test.js +41 -0
- package/dist/dev/src/components/if/if-statement.test.js.map +1 -0
- package/dist/dev/src/components/index.js +31 -0
- package/dist/dev/src/components/index.js.map +1 -0
- package/dist/dev/src/components/interface/declaration.js +114 -0
- package/dist/dev/src/components/interface/declaration.js.map +1 -0
- package/dist/dev/src/components/interface/declaration.test.js +264 -0
- package/dist/dev/src/components/interface/declaration.test.js.map +1 -0
- package/dist/dev/src/components/interface/method.js +100 -0
- package/dist/dev/src/components/interface/method.js.map +1 -0
- package/dist/dev/src/components/interface/method.test.js +432 -0
- package/dist/dev/src/components/interface/method.test.js.map +1 -0
- package/dist/dev/src/components/interface/property.js +80 -0
- package/dist/dev/src/components/interface/property.js.map +1 -0
- package/dist/dev/src/components/interface/property.test.js +305 -0
- package/dist/dev/src/components/interface/property.test.js.map +1 -0
- package/dist/dev/src/components/invocation-expression/invocation-expression.js +94 -0
- package/dist/dev/src/components/invocation-expression/invocation-expression.js.map +1 -0
- package/dist/dev/src/components/invocation-expression/invocation-expression.test.js +153 -0
- package/dist/dev/src/components/invocation-expression/invocation-expression.test.js.map +1 -0
- package/dist/dev/src/components/lexical-scope.js +30 -0
- package/dist/dev/src/components/lexical-scope.js.map +1 -0
- package/dist/dev/src/components/method/method.js +134 -0
- package/dist/dev/src/components/method/method.js.map +1 -0
- package/dist/dev/src/components/method/method.test.js +422 -0
- package/dist/dev/src/components/method/method.test.js.map +1 -0
- package/dist/dev/src/components/method-scope.js +30 -0
- package/dist/dev/src/components/method-scope.js.map +1 -0
- package/dist/dev/src/components/namespace/namespace-name.js +20 -0
- package/dist/dev/src/components/namespace/namespace-name.js.map +1 -0
- package/dist/dev/src/components/namespace/namespace.js +61 -0
- package/dist/dev/src/components/namespace/namespace.js.map +1 -0
- package/dist/dev/src/components/namespace/namespace.test.js +419 -0
- package/dist/dev/src/components/namespace/namespace.test.js.map +1 -0
- package/dist/dev/src/components/namespace-scopes.js +68 -0
- package/dist/dev/src/components/namespace-scopes.js.map +1 -0
- package/dist/dev/src/components/namespace.ref.test.js +431 -0
- package/dist/dev/src/components/namespace.ref.test.js.map +1 -0
- package/dist/dev/src/components/parameters/parameters.js +96 -0
- package/dist/dev/src/components/parameters/parameters.js.map +1 -0
- package/dist/dev/src/components/parameters/parameters.test.js +317 -0
- package/dist/dev/src/components/parameters/parameters.test.js.map +1 -0
- package/dist/dev/src/components/property/property.js +192 -0
- package/dist/dev/src/components/property/property.js.map +1 -0
- package/dist/dev/src/components/property/property.test.js +535 -0
- package/dist/dev/src/components/property/property.test.js.map +1 -0
- package/dist/dev/src/components/record/declaration.js +132 -0
- package/dist/dev/src/components/record/declaration.js.map +1 -0
- package/dist/dev/src/components/record/declaration.test.js +231 -0
- package/dist/dev/src/components/record/declaration.test.js.map +1 -0
- package/dist/dev/src/components/region/region.js +14 -0
- package/dist/dev/src/components/region/region.js.map +1 -0
- package/dist/dev/src/components/region/region.test.js +39 -0
- package/dist/dev/src/components/region/region.test.js.map +1 -0
- package/dist/dev/src/components/source-file/source-file.js +164 -0
- package/dist/dev/src/components/source-file/source-file.js.map +1 -0
- package/dist/dev/src/components/source-file/source-file.test.js +271 -0
- package/dist/dev/src/components/source-file/source-file.test.js.map +1 -0
- package/dist/dev/src/components/source-file/using.test.js +201 -0
- package/dist/dev/src/components/source-file/using.test.js.map +1 -0
- package/dist/dev/src/components/stc/index.js +13 -0
- package/dist/dev/src/components/stc/index.js.map +1 -0
- package/dist/dev/src/components/struct/declaration.js +113 -0
- package/dist/dev/src/components/struct/declaration.js.map +1 -0
- package/dist/dev/src/components/struct/declaration.test.js +400 -0
- package/dist/dev/src/components/struct/declaration.test.js.map +1 -0
- package/dist/dev/src/components/type-parameters/type-parameter-constraints.js +73 -0
- package/dist/dev/src/components/type-parameters/type-parameter-constraints.js.map +1 -0
- package/dist/dev/src/components/type-parameters/type-parameter-constraints.test.js +92 -0
- package/dist/dev/src/components/type-parameters/type-parameter-constraints.test.js.map +1 -0
- package/dist/dev/src/components/type-parameters/type-parameter.js +28 -0
- package/dist/dev/src/components/type-parameters/type-parameter.js.map +1 -0
- package/dist/dev/src/components/type-parameters/type-parameters.js +71 -0
- package/dist/dev/src/components/type-parameters/type-parameters.js.map +1 -0
- package/dist/dev/src/components/type-parameters/type-parameters.test.js +103 -0
- package/dist/dev/src/components/type-parameters/type-parameters.test.js.map +1 -0
- package/dist/dev/src/components/using/using.js +45 -0
- package/dist/dev/src/components/using/using.js.map +1 -0
- package/dist/dev/src/components/using/using.test.js +27 -0
- package/dist/dev/src/components/using/using.test.js.map +1 -0
- package/dist/dev/src/components/var/declaration.js +72 -0
- package/dist/dev/src/components/var/declaration.js.map +1 -0
- package/dist/dev/src/components/var/declaration.test.js +167 -0
- package/dist/dev/src/components/var/declaration.test.js.map +1 -0
- package/dist/dev/src/contexts/format-options.js +9 -0
- package/dist/dev/src/contexts/format-options.js.map +1 -0
- package/dist/dev/src/contexts/global-namespace.js +30 -0
- package/dist/dev/src/contexts/global-namespace.js.map +1 -0
- package/dist/dev/src/contexts/namespace.js +6 -0
- package/dist/dev/src/contexts/namespace.js.map +1 -0
- package/dist/dev/src/contexts/reference-context.js +15 -0
- package/dist/dev/src/contexts/reference-context.js.map +1 -0
- package/dist/dev/src/create-library.js +136 -0
- package/dist/dev/src/create-library.js.map +1 -0
- package/dist/dev/src/create-library.test.js +289 -0
- package/dist/dev/src/create-library.test.js.map +1 -0
- package/dist/dev/src/identifier-utils.js +45 -0
- package/dist/dev/src/identifier-utils.js.map +1 -0
- package/dist/dev/src/index.js +11 -0
- package/dist/dev/src/index.js.map +1 -0
- package/dist/dev/src/keywords.js +39 -0
- package/dist/dev/src/keywords.js.map +1 -0
- package/dist/dev/src/modifiers.js +21 -0
- package/dist/dev/src/modifiers.js.map +1 -0
- package/dist/dev/src/name-policy.js +59 -0
- package/dist/dev/src/name-policy.js.map +1 -0
- package/dist/dev/src/name-policy.test.js +167 -0
- package/dist/dev/src/name-policy.test.js.map +1 -0
- package/dist/dev/src/scopes/class.js +11 -0
- package/dist/dev/src/scopes/class.js.map +1 -0
- package/dist/dev/src/scopes/contexts.js +34 -0
- package/dist/dev/src/scopes/contexts.js.map +1 -0
- package/dist/dev/src/scopes/csharp.js +25 -0
- package/dist/dev/src/scopes/csharp.js.map +1 -0
- package/dist/dev/src/scopes/factories.js +25 -0
- package/dist/dev/src/scopes/factories.js.map +1 -0
- package/dist/dev/src/scopes/index.js +10 -0
- package/dist/dev/src/scopes/index.js.map +1 -0
- package/dist/dev/src/scopes/lexical.js +8 -0
- package/dist/dev/src/scopes/lexical.js.map +1 -0
- package/dist/dev/src/scopes/method.js +14 -0
- package/dist/dev/src/scopes/method.js.map +1 -0
- package/dist/dev/src/scopes/named-type.js +33 -0
- package/dist/dev/src/scopes/named-type.js.map +1 -0
- package/dist/dev/src/scopes/namespace.js +39 -0
- package/dist/dev/src/scopes/namespace.js.map +1 -0
- package/dist/dev/src/scopes/source-file.js +44 -0
- package/dist/dev/src/scopes/source-file.js.map +1 -0
- package/dist/dev/src/symbols/csharp.js +263 -0
- package/dist/dev/src/symbols/csharp.js.map +1 -0
- package/dist/dev/src/symbols/factories.js +145 -0
- package/dist/dev/src/symbols/factories.js.map +1 -0
- package/dist/dev/src/symbols/index.js +7 -0
- package/dist/dev/src/symbols/index.js.map +1 -0
- package/dist/dev/src/symbols/method.js +16 -0
- package/dist/dev/src/symbols/method.js.map +1 -0
- package/dist/dev/src/symbols/named-type.js +42 -0
- package/dist/dev/src/symbols/named-type.js.map +1 -0
- package/dist/dev/src/symbols/namespace.js +55 -0
- package/dist/dev/src/symbols/namespace.js.map +1 -0
- package/dist/dev/src/symbols/reference.js +79 -0
- package/dist/dev/src/symbols/reference.js.map +1 -0
- package/dist/dev/test/utils.js +111 -0
- package/dist/dev/test/utils.js.map +1 -0
- package/dist/dev/test/vitest.setup.js +2 -0
- package/dist/dev/test/vitest.setup.js.map +1 -0
- package/dist/dev/testing/create-wrapper.js +13 -0
- package/dist/dev/testing/create-wrapper.js.map +1 -0
- package/dist/dev/testing/create-wrapper.test.js +300 -0
- package/dist/dev/testing/create-wrapper.test.js.map +1 -0
- package/dist/dev/testing/index.js +2 -0
- package/dist/dev/testing/index.js.map +1 -0
- package/dist/src/components/access-expression/access-expression.d.ts +7 -2
- package/dist/src/components/access-expression/access-expression.d.ts.map +1 -1
- package/dist/src/components/access-expression/access-expression.js +108 -197
- package/dist/src/components/access-expression/access-expression.js.map +1 -1
- package/dist/src/components/access-expression/part-descriptors.d.ts +0 -31
- package/dist/src/components/access-expression/part-descriptors.d.ts.map +1 -1
- package/dist/src/components/access-expression/part-descriptors.js +0 -105
- package/dist/src/components/access-expression/part-descriptors.js.map +1 -1
- package/dist/src/components/constructor/constructor.d.ts +34 -0
- package/dist/src/components/constructor/constructor.d.ts.map +1 -1
- package/dist/src/components/constructor/constructor.js +41 -4
- package/dist/src/components/constructor/constructor.js.map +1 -1
- package/dist/src/components/constructor/constructor.test.js +114 -0
- package/dist/src/components/constructor/constructor.test.js.map +1 -1
- package/dist/src/components/doc/from-markdown.js +1 -1
- package/dist/src/components/doc/from-markdown.js.map +1 -1
- package/dist/src/components/enum/declaration.d.ts +2 -0
- package/dist/src/components/enum/declaration.d.ts.map +1 -1
- package/dist/src/components/enum/declaration.js +6 -1
- package/dist/src/components/enum/declaration.js.map +1 -1
- package/dist/src/components/enum/declaration.test.js +24 -0
- package/dist/src/components/enum/declaration.test.js.map +1 -1
- package/dist/src/components/enum/member.d.ts +4 -2
- package/dist/src/components/enum/member.d.ts.map +1 -1
- package/dist/src/components/enum/member.js +8 -3
- package/dist/src/components/enum/member.js.map +1 -1
- package/dist/src/components/enum/member.test.js +26 -0
- package/dist/src/components/enum/member.test.js.map +1 -1
- package/dist/src/components/lexical-scope.d.ts.map +1 -1
- package/dist/src/components/lexical-scope.js +4 -3
- package/dist/src/components/lexical-scope.js.map +1 -1
- package/dist/src/components/method/method.test.js +48 -0
- package/dist/src/components/method/method.test.js.map +1 -1
- package/dist/src/components/method-scope.d.ts.map +1 -1
- package/dist/src/components/method-scope.js +4 -3
- package/dist/src/components/method-scope.js.map +1 -1
- package/dist/src/components/namespace/namespace.d.ts.map +1 -1
- package/dist/src/components/namespace/namespace.js +13 -14
- package/dist/src/components/namespace/namespace.js.map +1 -1
- package/dist/src/components/namespace/namespace.test.js +66 -4
- package/dist/src/components/namespace/namespace.test.js.map +1 -1
- package/dist/src/components/namespace-scopes.d.ts +16 -0
- package/dist/src/components/namespace-scopes.d.ts.map +1 -1
- package/dist/src/components/namespace-scopes.js +8 -1
- package/dist/src/components/namespace-scopes.js.map +1 -1
- package/dist/src/components/namespace.ref.test.js +62 -9
- package/dist/src/components/namespace.ref.test.js.map +1 -1
- package/dist/src/components/property/property.d.ts +42 -4
- package/dist/src/components/property/property.d.ts.map +1 -1
- package/dist/src/components/property/property.js +64 -11
- package/dist/src/components/property/property.js.map +1 -1
- package/dist/src/components/property/property.test.js +104 -0
- package/dist/src/components/property/property.test.js.map +1 -1
- package/dist/src/components/source-file/source-file.d.ts.map +1 -1
- package/dist/src/components/source-file/source-file.js +9 -5
- package/dist/src/components/source-file/source-file.js.map +1 -1
- package/dist/src/contexts/global-namespace.d.ts.map +1 -1
- package/dist/src/contexts/global-namespace.js +4 -4
- package/dist/src/contexts/global-namespace.js.map +1 -1
- package/dist/src/create-library.d.ts.map +1 -1
- package/dist/src/create-library.js +7 -7
- package/dist/src/create-library.js.map +1 -1
- package/dist/src/identifier-utils.d.ts +22 -0
- package/dist/src/identifier-utils.d.ts.map +1 -0
- package/dist/src/identifier-utils.js +45 -0
- package/dist/src/identifier-utils.js.map +1 -0
- package/dist/src/index.d.ts +2 -0
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +2 -0
- package/dist/src/index.js.map +1 -1
- package/dist/src/keywords.d.ts +32 -0
- package/dist/src/keywords.d.ts.map +1 -0
- package/dist/src/keywords.js +39 -0
- package/dist/src/keywords.js.map +1 -0
- package/dist/src/name-policy.d.ts +7 -0
- package/dist/src/name-policy.d.ts.map +1 -1
- package/dist/src/name-policy.js +29 -6
- package/dist/src/name-policy.js.map +1 -1
- package/dist/src/name-policy.test.d.ts +2 -0
- package/dist/src/name-policy.test.d.ts.map +1 -0
- package/dist/src/name-policy.test.js +167 -0
- package/dist/src/name-policy.test.js.map +1 -0
- package/dist/src/scopes/csharp.d.ts +1 -0
- package/dist/src/scopes/csharp.d.ts.map +1 -1
- package/dist/src/scopes/csharp.js +10 -0
- package/dist/src/scopes/csharp.js.map +1 -1
- package/dist/src/scopes/factories.d.ts.map +1 -1
- package/dist/src/scopes/factories.js +4 -3
- package/dist/src/scopes/factories.js.map +1 -1
- package/dist/src/scopes/namespace.js +2 -2
- package/dist/src/scopes/namespace.js.map +1 -1
- package/dist/src/symbols/csharp.d.ts +1 -0
- package/dist/src/symbols/csharp.d.ts.map +1 -1
- package/dist/src/symbols/csharp.js +19 -2
- package/dist/src/symbols/csharp.js.map +1 -1
- package/dist/src/symbols/factories.d.ts.map +1 -1
- package/dist/src/symbols/factories.js +42 -10
- package/dist/src/symbols/factories.js.map +1 -1
- package/dist/src/symbols/named-type.d.ts +1 -0
- package/dist/src/symbols/named-type.d.ts.map +1 -1
- package/dist/src/symbols/named-type.js +12 -1
- package/dist/src/symbols/named-type.js.map +1 -1
- package/dist/src/symbols/namespace.d.ts +1 -0
- package/dist/src/symbols/namespace.d.ts.map +1 -1
- package/dist/src/symbols/namespace.js +11 -1
- package/dist/src/symbols/namespace.js.map +1 -1
- package/dist/testing/create-wrapper.d.ts.map +1 -1
- package/dist/testing/create-wrapper.js +2 -1
- package/dist/testing/create-wrapper.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/docs/api/components/AttributeList.md +34 -0
- package/docs/api/components/ClassDeclaration.md +104 -0
- package/docs/api/components/Constructor.md +61 -0
- package/docs/api/components/CsprojFile.md +34 -0
- package/docs/api/components/Declaration.md +32 -0
- package/docs/api/components/DocC.md +27 -0
- package/docs/api/components/DocCode.md +27 -0
- package/docs/api/components/DocComment.md +27 -0
- package/docs/api/components/DocDescription.md +27 -0
- package/docs/api/components/DocExample.md +27 -0
- package/docs/api/components/DocException.md +27 -0
- package/docs/api/components/DocFromMarkdown.md +27 -0
- package/docs/api/components/DocInclude.md +26 -0
- package/docs/api/components/DocList.md +26 -0
- package/docs/api/components/DocPara.md +27 -0
- package/docs/api/components/DocParam.md +28 -0
- package/docs/api/components/DocParamRef.md +25 -0
- package/docs/api/components/DocPermission.md +27 -0
- package/docs/api/components/DocRemarks.md +27 -0
- package/docs/api/components/DocReturns.md +27 -0
- package/docs/api/components/DocSee.md +30 -0
- package/docs/api/components/DocSeeAlso.md +29 -0
- package/docs/api/components/DocSummary.md +27 -0
- package/docs/api/components/DocTypeParam.md +28 -0
- package/docs/api/components/DocTypeParamRef.md +25 -0
- package/docs/api/components/DocValue.md +27 -0
- package/docs/api/components/DocWhen.md +27 -0
- package/docs/api/components/ElseClause.md +29 -0
- package/docs/api/components/ElseIfClause.md +30 -0
- package/docs/api/components/EnumDeclaration.md +76 -0
- package/docs/api/components/EnumMember.md +31 -0
- package/docs/api/components/Field.md +67 -0
- package/docs/api/components/IfStatement.md +30 -0
- package/docs/api/components/InterfaceDeclaration.md +82 -0
- package/docs/api/components/InterfaceMethod.md +68 -0
- package/docs/api/components/InterfaceProperty.md +78 -0
- package/docs/api/components/InvocationExpression.md +49 -0
- package/docs/api/components/LexicalScope.md +65 -0
- package/docs/api/components/Method.md +92 -0
- package/docs/api/components/MethodScope.md +65 -0
- package/docs/api/components/Name.md +19 -0
- package/docs/api/components/Namespace.md +35 -0
- package/docs/api/components/Parameter.md +58 -0
- package/docs/api/components/Parameters_2.md +27 -0
- package/docs/api/components/Property.md +110 -0
- package/docs/api/components/RecordDeclaration.md +84 -0
- package/docs/api/components/Reference.md +25 -0
- package/docs/api/components/Region.md +28 -0
- package/docs/api/components/SourceFile.md +45 -0
- package/docs/api/components/StructDeclaration.md +94 -0
- package/docs/api/components/UsingNamespaceDirective.md +25 -0
- package/docs/api/components/Usings.md +40 -0
- package/docs/api/components/VarDeclaration.md +74 -0
- package/docs/api/components/index.md +55 -0
- package/docs/api/contexts/csharp-context.md +21 -0
- package/docs/api/contexts/index.md +3 -0
- package/docs/api/functions/access.md +35 -0
- package/docs/api/functions/accessibilityFromProps.md +18 -0
- package/docs/api/functions/computeModifiersPrefix.md +20 -0
- package/docs/api/functions/createCSharpNamePolicy.md +21 -0
- package/docs/api/functions/createCSharpNamespaceScope.md +18 -0
- package/docs/api/functions/createClassScope.md +27 -0
- package/docs/api/functions/createFieldSymbol.md +43 -0
- package/docs/api/functions/createLibrary.md +19 -0
- package/docs/api/functions/createMethodScope.md +26 -0
- package/docs/api/functions/createMethodSymbol.md +34 -0
- package/docs/api/functions/createNamedTypeScope.md +27 -0
- package/docs/api/functions/createNamedTypeSymbol.md +35 -0
- package/docs/api/functions/createNamespaceSymbol.md +43 -0
- package/docs/api/functions/createParameterSymbol.md +45 -0
- package/docs/api/functions/createPropertySymbol.md +43 -0
- package/docs/api/functions/createTypeParameterSymbol.md +34 -0
- package/docs/api/functions/createVariableSymbol.md +43 -0
- package/docs/api/functions/getAccessModifier.md +18 -0
- package/docs/api/functions/getAsyncModifier.md +18 -0
- package/docs/api/functions/index.md +37 -0
- package/docs/api/functions/isCSharpContextualKeyword.md +20 -0
- package/docs/api/functions/isCSharpKeyword.md +22 -0
- package/docs/api/functions/isValidCSharpIdentifier.md +20 -0
- package/docs/api/functions/makeModifiers.md +18 -0
- package/docs/api/functions/nonAccessibilityFromProps.md +18 -0
- package/docs/api/functions/ref.md +18 -0
- package/docs/api/functions/sanitizeCSharpIdentifier.md +24 -0
- package/docs/api/functions/useCSharpNamePolicy.md +17 -0
- package/docs/api/functions/useCSharpScope.md +17 -0
- package/docs/api/functions/useCsharpFormatOptions.md +18 -0
- package/docs/api/functions/useEnclosingNamespaceScope.md +17 -0
- package/docs/api/functions/useLexicalScope.md +17 -0
- package/docs/api/functions/useMethodScope.md +17 -0
- package/docs/api/functions/useNamedTypeScope.md +17 -0
- package/docs/api/functions/useNamespace.md +17 -0
- package/docs/api/functions/useSourceFileScope.md +17 -0
- package/docs/api/index.md +7 -0
- package/docs/api/types/AccessExpressionBuilder.md +11 -0
- package/docs/api/types/AccessExpressionPartProps.md +17 -0
- package/docs/api/types/AccessModifiers.md +13 -0
- package/docs/api/types/AttributeProps.md +8 -0
- package/docs/api/types/AttributesProp.md +5 -0
- package/docs/api/types/CSharpClassScope.md +9 -0
- package/docs/api/types/CSharpElements.md +5 -0
- package/docs/api/types/CSharpFormatOptions.md +5 -0
- package/docs/api/types/CSharpLexicalScope.md +10 -0
- package/docs/api/types/CSharpMethodScope.md +12 -0
- package/docs/api/types/CSharpNamedTypeScope.md +16 -0
- package/docs/api/types/CSharpNamespaceScope.md +10 -0
- package/docs/api/types/CSharpProjectSdk.md +5 -0
- package/docs/api/types/CSharpScope.md +12 -0
- package/docs/api/types/CSharpSourceFileScope.md +13 -0
- package/docs/api/types/CSharpSymbol.md +30 -0
- package/docs/api/types/CSharpSymbolKinds.md +5 -0
- package/docs/api/types/CSharpSymbolOptions.md +17 -0
- package/docs/api/types/ClassDescriptor.md +9 -0
- package/docs/api/types/ClassModifiers.md +10 -0
- package/docs/api/types/CreateMethodSymbolOptions.md +9 -0
- package/docs/api/types/CreateTypeParameterSymbolOptions.md +9 -0
- package/docs/api/types/DeclarationModifiers.md +8 -0
- package/docs/api/types/DeclaredAccessibility.md +5 -0
- package/docs/api/types/Descriptor.md +5 -0
- package/docs/api/types/DocCommentTagProps.md +7 -0
- package/docs/api/types/EnumDescriptor.md +9 -0
- package/docs/api/types/FieldDescriptor.md +9 -0
- package/docs/api/types/FieldModifiers.md +12 -0
- package/docs/api/types/GenericDescriptor.md +7 -0
- package/docs/api/types/InterfaceDescriptor.md +9 -0
- package/docs/api/types/InterfaceMethodModifiers.md +9 -0
- package/docs/api/types/InterfaceModifiers.md +7 -0
- package/docs/api/types/InterfacePropertyModifiers.md +9 -0
- package/docs/api/types/LexicalScopeProps.md +5 -0
- package/docs/api/types/LibraryFrom.md +7 -0
- package/docs/api/types/MemberDescriptor.md +16 -0
- package/docs/api/types/MethodDescriptor.md +10 -0
- package/docs/api/types/MethodKinds.md +5 -0
- package/docs/api/types/MethodModifiers.md +15 -0
- package/docs/api/types/MethodScopeProps.md +5 -0
- package/docs/api/types/MethodSymbol.md +13 -0
- package/docs/api/types/NamedTypeDescriptor.md +11 -0
- package/docs/api/types/NamedTypeSymbol.md +17 -0
- package/docs/api/types/NamedTypeSymbolKind.md +5 -0
- package/docs/api/types/NamedTypeTypeKind.md +5 -0
- package/docs/api/types/NamespaceDescriptor.md +8 -0
- package/docs/api/types/NamespaceSymbol.md +16 -0
- package/docs/api/types/NamespaceSymbolOptions.md +9 -0
- package/docs/api/types/NonAccessModifiers.md +13 -0
- package/docs/api/types/PropertyDescriptor_2.md +9 -0
- package/docs/api/types/PropertyModifiers.md +17 -0
- package/docs/api/types/RecordDescriptor.md +9 -0
- package/docs/api/types/RecordModifiers.md +7 -0
- package/docs/api/types/ResolveDescriptor.md +7 -0
- package/docs/api/types/StructDescriptor.md +9 -0
- package/docs/api/types/StructModifiers.md +10 -0
- package/docs/api/types/TypeParameterProps.md +11 -0
- package/docs/api/types/VarModifiers.md +8 -0
- package/docs/api/types/index.md +62 -0
- package/docs/api/variables/Attribute.md +21 -0
- package/docs/api/variables/csharpKeywords.md +11 -0
- package/docs/api/variables/index.md +4 -0
- package/package.json +19 -8
- package/src/components/access-expression/access-expression.tsx +146 -243
- package/src/components/access-expression/part-descriptors.ts +0 -186
- package/src/components/constructor/constructor.test.tsx +91 -0
- package/src/components/constructor/constructor.tsx +86 -1
- package/src/components/doc/from-markdown.tsx +4 -1
- package/src/components/enum/declaration.test.tsx +20 -0
- package/src/components/enum/declaration.tsx +4 -0
- package/src/components/enum/member.test.tsx +21 -0
- package/src/components/enum/member.tsx +21 -5
- package/src/components/lexical-scope.tsx +15 -4
- package/src/components/method/method.test.tsx +36 -0
- package/src/components/method-scope.tsx +15 -4
- package/src/components/namespace/namespace.test.tsx +47 -3
- package/src/components/namespace/namespace.tsx +17 -9
- package/src/components/namespace-scopes.tsx +25 -1
- package/src/components/namespace.ref.test.tsx +50 -9
- package/src/components/property/property.test.tsx +89 -0
- package/src/components/property/property.tsx +111 -16
- package/src/components/source-file/source-file.tsx +12 -6
- package/src/contexts/global-namespace.ts +11 -6
- package/src/create-library.ts +18 -9
- package/src/identifier-utils.ts +45 -0
- package/src/index.ts +2 -0
- package/src/keywords.ts +162 -0
- package/src/name-policy.test.ts +210 -0
- package/src/name-policy.ts +30 -6
- package/src/scopes/csharp.ts +11 -0
- package/src/scopes/factories.ts +4 -4
- package/src/scopes/namespace.ts +2 -2
- package/src/symbols/csharp.ts +20 -1
- package/src/symbols/factories.ts +46 -34
- package/src/symbols/named-type.ts +15 -3
- package/src/symbols/namespace.ts +12 -2
- package/temp/api.json +546 -249
- package/testing/create-wrapper.tsx +2 -1
- package/vitest.config.ts +8 -0
|
@@ -0,0 +1,1185 @@
|
|
|
1
|
+
import Buffers from "../../Buffers/index.js";
|
|
2
|
+
import Generic from "../../Collections/Generic/index.js";
|
|
3
|
+
import System from "../../index.js";
|
|
4
|
+
import Web from "../Encodings/Web/index.js";
|
|
5
|
+
import Serialization from "./Serialization/index.js";
|
|
6
|
+
import Metadata from "./Serialization/Metadata/index.js";
|
|
7
|
+
import { createLibrary } from "#createLibrary";
|
|
8
|
+
export { default as Nodes } from "./Nodes/index.js";
|
|
9
|
+
export { default as Schema } from "./Schema/index.js";
|
|
10
|
+
export { default as Serialization } from "./Serialization/index.js";
|
|
11
|
+
const Json = createLibrary("System.Text.Json", {
|
|
12
|
+
JsonCommentHandling: {
|
|
13
|
+
kind: "enum",
|
|
14
|
+
members: {
|
|
15
|
+
Disallow: {
|
|
16
|
+
kind: "field",
|
|
17
|
+
type: () => {
|
|
18
|
+
return Json.JsonCommentHandling;
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
Skip: {
|
|
22
|
+
kind: "field",
|
|
23
|
+
type: () => {
|
|
24
|
+
return Json.JsonCommentHandling;
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
Allow: {
|
|
28
|
+
kind: "field",
|
|
29
|
+
type: () => {
|
|
30
|
+
return Json.JsonCommentHandling;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
JsonDocument: {
|
|
36
|
+
kind: "class",
|
|
37
|
+
members: {
|
|
38
|
+
Dispose: {
|
|
39
|
+
kind: "method",
|
|
40
|
+
methodKind: "ordinary"
|
|
41
|
+
},
|
|
42
|
+
Parse: {
|
|
43
|
+
kind: "method",
|
|
44
|
+
methodKind: "ordinary",
|
|
45
|
+
isStatic: true
|
|
46
|
+
},
|
|
47
|
+
ParseAsync: {
|
|
48
|
+
kind: "method",
|
|
49
|
+
methodKind: "ordinary",
|
|
50
|
+
isStatic: true
|
|
51
|
+
},
|
|
52
|
+
ParseValue: {
|
|
53
|
+
kind: "method",
|
|
54
|
+
methodKind: "ordinary",
|
|
55
|
+
isStatic: true
|
|
56
|
+
},
|
|
57
|
+
TryParseValue: {
|
|
58
|
+
kind: "method",
|
|
59
|
+
methodKind: "ordinary",
|
|
60
|
+
isStatic: true
|
|
61
|
+
},
|
|
62
|
+
WriteTo: {
|
|
63
|
+
kind: "method",
|
|
64
|
+
methodKind: "ordinary"
|
|
65
|
+
},
|
|
66
|
+
RootElement: {
|
|
67
|
+
kind: "property",
|
|
68
|
+
type: () => {
|
|
69
|
+
return Json.JsonElement;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
isSealed: true
|
|
74
|
+
},
|
|
75
|
+
JsonDocumentOptions: {
|
|
76
|
+
kind: "struct",
|
|
77
|
+
members: {
|
|
78
|
+
AllowTrailingCommas: {
|
|
79
|
+
kind: "property",
|
|
80
|
+
type: () => {
|
|
81
|
+
return System.Boolean;
|
|
82
|
+
},
|
|
83
|
+
isReadOnly: true
|
|
84
|
+
},
|
|
85
|
+
CommentHandling: {
|
|
86
|
+
kind: "property",
|
|
87
|
+
type: () => {
|
|
88
|
+
return Json.JsonCommentHandling;
|
|
89
|
+
},
|
|
90
|
+
isReadOnly: true
|
|
91
|
+
},
|
|
92
|
+
MaxDepth: {
|
|
93
|
+
kind: "property",
|
|
94
|
+
type: () => {
|
|
95
|
+
return System.Int32;
|
|
96
|
+
},
|
|
97
|
+
isReadOnly: true
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
JsonElement: {
|
|
102
|
+
kind: "class",
|
|
103
|
+
members: {
|
|
104
|
+
ArrayEnumerator: {
|
|
105
|
+
kind: "struct",
|
|
106
|
+
members: {
|
|
107
|
+
Dispose: {
|
|
108
|
+
kind: "method",
|
|
109
|
+
methodKind: "ordinary"
|
|
110
|
+
},
|
|
111
|
+
GetEnumerator: {
|
|
112
|
+
kind: "method",
|
|
113
|
+
methodKind: "ordinary"
|
|
114
|
+
},
|
|
115
|
+
MoveNext: {
|
|
116
|
+
kind: "method",
|
|
117
|
+
methodKind: "ordinary"
|
|
118
|
+
},
|
|
119
|
+
Reset: {
|
|
120
|
+
kind: "method",
|
|
121
|
+
methodKind: "ordinary"
|
|
122
|
+
},
|
|
123
|
+
Current: {
|
|
124
|
+
kind: "property",
|
|
125
|
+
type: () => {
|
|
126
|
+
return Json.JsonElement;
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
ObjectEnumerator: {
|
|
132
|
+
kind: "struct",
|
|
133
|
+
members: {
|
|
134
|
+
Dispose: {
|
|
135
|
+
kind: "method",
|
|
136
|
+
methodKind: "ordinary"
|
|
137
|
+
},
|
|
138
|
+
GetEnumerator: {
|
|
139
|
+
kind: "method",
|
|
140
|
+
methodKind: "ordinary"
|
|
141
|
+
},
|
|
142
|
+
MoveNext: {
|
|
143
|
+
kind: "method",
|
|
144
|
+
methodKind: "ordinary"
|
|
145
|
+
},
|
|
146
|
+
Reset: {
|
|
147
|
+
kind: "method",
|
|
148
|
+
methodKind: "ordinary"
|
|
149
|
+
},
|
|
150
|
+
Current: {
|
|
151
|
+
kind: "property",
|
|
152
|
+
type: () => {
|
|
153
|
+
return Json.JsonProperty;
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
JsonEncodedText: {
|
|
161
|
+
kind: "struct",
|
|
162
|
+
members: {
|
|
163
|
+
Encode: {
|
|
164
|
+
kind: "method",
|
|
165
|
+
methodKind: "ordinary",
|
|
166
|
+
isStatic: true
|
|
167
|
+
},
|
|
168
|
+
Equals: {
|
|
169
|
+
kind: "method",
|
|
170
|
+
methodKind: "ordinary",
|
|
171
|
+
isOverride: true
|
|
172
|
+
},
|
|
173
|
+
GetHashCode: {
|
|
174
|
+
kind: "method",
|
|
175
|
+
methodKind: "ordinary",
|
|
176
|
+
isOverride: true
|
|
177
|
+
},
|
|
178
|
+
ToString: {
|
|
179
|
+
kind: "method",
|
|
180
|
+
methodKind: "ordinary",
|
|
181
|
+
isOverride: true
|
|
182
|
+
},
|
|
183
|
+
EncodedUtf8Bytes: {
|
|
184
|
+
kind: "property",
|
|
185
|
+
type: () => {
|
|
186
|
+
return System.ReadOnlySpan;
|
|
187
|
+
}
|
|
188
|
+
},
|
|
189
|
+
Value: {
|
|
190
|
+
kind: "property",
|
|
191
|
+
type: () => {
|
|
192
|
+
return System.String;
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
},
|
|
197
|
+
JsonException: {
|
|
198
|
+
kind: "class",
|
|
199
|
+
members: {
|
|
200
|
+
JsonException: {
|
|
201
|
+
kind: "method",
|
|
202
|
+
methodKind: "constructor"
|
|
203
|
+
},
|
|
204
|
+
BytePositionInLine: {
|
|
205
|
+
kind: "property",
|
|
206
|
+
type: () => {
|
|
207
|
+
return System.Int64;
|
|
208
|
+
},
|
|
209
|
+
isNullable: true
|
|
210
|
+
},
|
|
211
|
+
LineNumber: {
|
|
212
|
+
kind: "property",
|
|
213
|
+
type: () => {
|
|
214
|
+
return System.Int64;
|
|
215
|
+
},
|
|
216
|
+
isNullable: true
|
|
217
|
+
},
|
|
218
|
+
Message: {
|
|
219
|
+
kind: "property",
|
|
220
|
+
type: () => {
|
|
221
|
+
return System.String;
|
|
222
|
+
},
|
|
223
|
+
isOverride: true
|
|
224
|
+
},
|
|
225
|
+
Path: {
|
|
226
|
+
kind: "property",
|
|
227
|
+
type: () => {
|
|
228
|
+
return System.String;
|
|
229
|
+
},
|
|
230
|
+
isNullable: true
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
},
|
|
234
|
+
JsonNamingPolicy: {
|
|
235
|
+
kind: "class",
|
|
236
|
+
members: {
|
|
237
|
+
JsonNamingPolicy: {
|
|
238
|
+
kind: "method",
|
|
239
|
+
methodKind: "constructor"
|
|
240
|
+
},
|
|
241
|
+
ConvertName: {
|
|
242
|
+
kind: "method",
|
|
243
|
+
methodKind: "ordinary",
|
|
244
|
+
isAbstract: true
|
|
245
|
+
},
|
|
246
|
+
CamelCase: {
|
|
247
|
+
kind: "property",
|
|
248
|
+
type: () => {
|
|
249
|
+
return Json.JsonNamingPolicy;
|
|
250
|
+
},
|
|
251
|
+
isStatic: true
|
|
252
|
+
},
|
|
253
|
+
KebabCaseLower: {
|
|
254
|
+
kind: "property",
|
|
255
|
+
type: () => {
|
|
256
|
+
return Json.JsonNamingPolicy;
|
|
257
|
+
},
|
|
258
|
+
isStatic: true
|
|
259
|
+
},
|
|
260
|
+
KebabCaseUpper: {
|
|
261
|
+
kind: "property",
|
|
262
|
+
type: () => {
|
|
263
|
+
return Json.JsonNamingPolicy;
|
|
264
|
+
},
|
|
265
|
+
isStatic: true
|
|
266
|
+
},
|
|
267
|
+
SnakeCaseLower: {
|
|
268
|
+
kind: "property",
|
|
269
|
+
type: () => {
|
|
270
|
+
return Json.JsonNamingPolicy;
|
|
271
|
+
},
|
|
272
|
+
isStatic: true
|
|
273
|
+
},
|
|
274
|
+
SnakeCaseUpper: {
|
|
275
|
+
kind: "property",
|
|
276
|
+
type: () => {
|
|
277
|
+
return Json.JsonNamingPolicy;
|
|
278
|
+
},
|
|
279
|
+
isStatic: true
|
|
280
|
+
}
|
|
281
|
+
},
|
|
282
|
+
isAbstract: true
|
|
283
|
+
},
|
|
284
|
+
JsonProperty: {
|
|
285
|
+
kind: "struct",
|
|
286
|
+
members: {
|
|
287
|
+
NameEquals: {
|
|
288
|
+
kind: "method",
|
|
289
|
+
methodKind: "ordinary"
|
|
290
|
+
},
|
|
291
|
+
ToString: {
|
|
292
|
+
kind: "method",
|
|
293
|
+
methodKind: "ordinary",
|
|
294
|
+
isOverride: true
|
|
295
|
+
},
|
|
296
|
+
WriteTo: {
|
|
297
|
+
kind: "method",
|
|
298
|
+
methodKind: "ordinary"
|
|
299
|
+
},
|
|
300
|
+
Name: {
|
|
301
|
+
kind: "property",
|
|
302
|
+
type: () => {
|
|
303
|
+
return System.String;
|
|
304
|
+
}
|
|
305
|
+
},
|
|
306
|
+
Value: {
|
|
307
|
+
kind: "property",
|
|
308
|
+
type: () => {
|
|
309
|
+
return Json.JsonElement;
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
}
|
|
313
|
+
},
|
|
314
|
+
JsonReaderOptions: {
|
|
315
|
+
kind: "struct",
|
|
316
|
+
members: {
|
|
317
|
+
AllowTrailingCommas: {
|
|
318
|
+
kind: "property",
|
|
319
|
+
type: () => {
|
|
320
|
+
return System.Boolean;
|
|
321
|
+
},
|
|
322
|
+
isReadOnly: true
|
|
323
|
+
},
|
|
324
|
+
AllowMultipleValues: {
|
|
325
|
+
kind: "property",
|
|
326
|
+
type: () => {
|
|
327
|
+
return System.Boolean;
|
|
328
|
+
},
|
|
329
|
+
isReadOnly: true
|
|
330
|
+
},
|
|
331
|
+
CommentHandling: {
|
|
332
|
+
kind: "property",
|
|
333
|
+
type: () => {
|
|
334
|
+
return Json.JsonCommentHandling;
|
|
335
|
+
},
|
|
336
|
+
isReadOnly: true
|
|
337
|
+
},
|
|
338
|
+
MaxDepth: {
|
|
339
|
+
kind: "property",
|
|
340
|
+
type: () => {
|
|
341
|
+
return System.Int32;
|
|
342
|
+
},
|
|
343
|
+
isReadOnly: true
|
|
344
|
+
}
|
|
345
|
+
}
|
|
346
|
+
},
|
|
347
|
+
JsonReaderState: {
|
|
348
|
+
kind: "struct",
|
|
349
|
+
members: {
|
|
350
|
+
JsonReaderState: {
|
|
351
|
+
kind: "method",
|
|
352
|
+
methodKind: "constructor"
|
|
353
|
+
},
|
|
354
|
+
Options: {
|
|
355
|
+
kind: "property",
|
|
356
|
+
type: () => {
|
|
357
|
+
return Json.JsonReaderOptions;
|
|
358
|
+
}
|
|
359
|
+
}
|
|
360
|
+
}
|
|
361
|
+
},
|
|
362
|
+
JsonSerializer: {
|
|
363
|
+
kind: "class",
|
|
364
|
+
members: {
|
|
365
|
+
Deserialize: {
|
|
366
|
+
kind: "method",
|
|
367
|
+
methodKind: "ordinary",
|
|
368
|
+
isStatic: true
|
|
369
|
+
},
|
|
370
|
+
DeserializeAsync: {
|
|
371
|
+
kind: "method",
|
|
372
|
+
methodKind: "ordinary",
|
|
373
|
+
isStatic: true
|
|
374
|
+
},
|
|
375
|
+
Serialize: {
|
|
376
|
+
kind: "method",
|
|
377
|
+
methodKind: "ordinary",
|
|
378
|
+
isStatic: true
|
|
379
|
+
},
|
|
380
|
+
SerializeAsync: {
|
|
381
|
+
kind: "method",
|
|
382
|
+
methodKind: "ordinary",
|
|
383
|
+
isStatic: true
|
|
384
|
+
},
|
|
385
|
+
SerializeToDocument: {
|
|
386
|
+
kind: "method",
|
|
387
|
+
methodKind: "ordinary",
|
|
388
|
+
isStatic: true
|
|
389
|
+
},
|
|
390
|
+
SerializeToElement: {
|
|
391
|
+
kind: "method",
|
|
392
|
+
methodKind: "ordinary",
|
|
393
|
+
isStatic: true
|
|
394
|
+
},
|
|
395
|
+
SerializeToNode: {
|
|
396
|
+
kind: "method",
|
|
397
|
+
methodKind: "ordinary",
|
|
398
|
+
isStatic: true
|
|
399
|
+
},
|
|
400
|
+
SerializeToUtf8Bytes: {
|
|
401
|
+
kind: "method",
|
|
402
|
+
methodKind: "ordinary",
|
|
403
|
+
isStatic: true
|
|
404
|
+
},
|
|
405
|
+
IsReflectionEnabledByDefault: {
|
|
406
|
+
kind: "property",
|
|
407
|
+
type: () => {
|
|
408
|
+
return System.Boolean;
|
|
409
|
+
},
|
|
410
|
+
isStatic: true
|
|
411
|
+
}
|
|
412
|
+
},
|
|
413
|
+
isStatic: true
|
|
414
|
+
},
|
|
415
|
+
JsonSerializerDefaults: {
|
|
416
|
+
kind: "enum",
|
|
417
|
+
members: {
|
|
418
|
+
General: {
|
|
419
|
+
kind: "field",
|
|
420
|
+
type: () => {
|
|
421
|
+
return Json.JsonSerializerDefaults;
|
|
422
|
+
}
|
|
423
|
+
},
|
|
424
|
+
Web: {
|
|
425
|
+
kind: "field",
|
|
426
|
+
type: () => {
|
|
427
|
+
return Json.JsonSerializerDefaults;
|
|
428
|
+
}
|
|
429
|
+
}
|
|
430
|
+
}
|
|
431
|
+
},
|
|
432
|
+
JsonSerializerOptions: {
|
|
433
|
+
kind: "class",
|
|
434
|
+
members: {
|
|
435
|
+
JsonSerializerOptions: {
|
|
436
|
+
kind: "method",
|
|
437
|
+
methodKind: "constructor"
|
|
438
|
+
},
|
|
439
|
+
GetConverter: {
|
|
440
|
+
kind: "method",
|
|
441
|
+
methodKind: "ordinary"
|
|
442
|
+
},
|
|
443
|
+
GetTypeInfo: {
|
|
444
|
+
kind: "method",
|
|
445
|
+
methodKind: "ordinary"
|
|
446
|
+
},
|
|
447
|
+
MakeReadOnly: {
|
|
448
|
+
kind: "method",
|
|
449
|
+
methodKind: "ordinary"
|
|
450
|
+
},
|
|
451
|
+
TryGetTypeInfo: {
|
|
452
|
+
kind: "method",
|
|
453
|
+
methodKind: "ordinary"
|
|
454
|
+
},
|
|
455
|
+
AllowOutOfOrderMetadataProperties: {
|
|
456
|
+
kind: "property",
|
|
457
|
+
type: () => {
|
|
458
|
+
return System.Boolean;
|
|
459
|
+
}
|
|
460
|
+
},
|
|
461
|
+
AllowTrailingCommas: {
|
|
462
|
+
kind: "property",
|
|
463
|
+
type: () => {
|
|
464
|
+
return System.Boolean;
|
|
465
|
+
}
|
|
466
|
+
},
|
|
467
|
+
Converters: {
|
|
468
|
+
kind: "property",
|
|
469
|
+
type: () => {
|
|
470
|
+
return Generic.IList;
|
|
471
|
+
}
|
|
472
|
+
},
|
|
473
|
+
Default: {
|
|
474
|
+
kind: "property",
|
|
475
|
+
type: () => {
|
|
476
|
+
return Json.JsonSerializerOptions;
|
|
477
|
+
},
|
|
478
|
+
isStatic: true
|
|
479
|
+
},
|
|
480
|
+
Web: {
|
|
481
|
+
kind: "property",
|
|
482
|
+
type: () => {
|
|
483
|
+
return Json.JsonSerializerOptions;
|
|
484
|
+
},
|
|
485
|
+
isStatic: true
|
|
486
|
+
},
|
|
487
|
+
DefaultBufferSize: {
|
|
488
|
+
kind: "property",
|
|
489
|
+
type: () => {
|
|
490
|
+
return System.Int32;
|
|
491
|
+
}
|
|
492
|
+
},
|
|
493
|
+
DefaultIgnoreCondition: {
|
|
494
|
+
kind: "property",
|
|
495
|
+
type: () => {
|
|
496
|
+
return Serialization.JsonIgnoreCondition;
|
|
497
|
+
}
|
|
498
|
+
},
|
|
499
|
+
DictionaryKeyPolicy: {
|
|
500
|
+
kind: "property",
|
|
501
|
+
type: () => {
|
|
502
|
+
return Json.JsonNamingPolicy;
|
|
503
|
+
},
|
|
504
|
+
isNullable: true
|
|
505
|
+
},
|
|
506
|
+
Encoder: {
|
|
507
|
+
kind: "property",
|
|
508
|
+
type: () => {
|
|
509
|
+
return Web.JavaScriptEncoder;
|
|
510
|
+
}
|
|
511
|
+
},
|
|
512
|
+
IgnoreReadOnlyFields: {
|
|
513
|
+
kind: "property",
|
|
514
|
+
type: () => {
|
|
515
|
+
return System.Boolean;
|
|
516
|
+
}
|
|
517
|
+
},
|
|
518
|
+
IgnoreReadOnlyProperties: {
|
|
519
|
+
kind: "property",
|
|
520
|
+
type: () => {
|
|
521
|
+
return System.Boolean;
|
|
522
|
+
}
|
|
523
|
+
},
|
|
524
|
+
IncludeFields: {
|
|
525
|
+
kind: "property",
|
|
526
|
+
type: () => {
|
|
527
|
+
return System.Boolean;
|
|
528
|
+
}
|
|
529
|
+
},
|
|
530
|
+
IsReadOnly: {
|
|
531
|
+
kind: "property",
|
|
532
|
+
type: () => {
|
|
533
|
+
return System.Boolean;
|
|
534
|
+
}
|
|
535
|
+
},
|
|
536
|
+
MaxDepth: {
|
|
537
|
+
kind: "property",
|
|
538
|
+
type: () => {
|
|
539
|
+
return System.Int32;
|
|
540
|
+
}
|
|
541
|
+
},
|
|
542
|
+
NewLine: {
|
|
543
|
+
kind: "property",
|
|
544
|
+
type: () => {
|
|
545
|
+
return System.String;
|
|
546
|
+
}
|
|
547
|
+
},
|
|
548
|
+
NumberHandling: {
|
|
549
|
+
kind: "property",
|
|
550
|
+
type: () => {
|
|
551
|
+
return Serialization.JsonNumberHandling;
|
|
552
|
+
}
|
|
553
|
+
},
|
|
554
|
+
PreferredObjectCreationHandling: {
|
|
555
|
+
kind: "property",
|
|
556
|
+
type: () => {
|
|
557
|
+
return Serialization.JsonObjectCreationHandling;
|
|
558
|
+
}
|
|
559
|
+
},
|
|
560
|
+
PropertyNameCaseInsensitive: {
|
|
561
|
+
kind: "property",
|
|
562
|
+
type: () => {
|
|
563
|
+
return System.Boolean;
|
|
564
|
+
}
|
|
565
|
+
},
|
|
566
|
+
PropertyNamingPolicy: {
|
|
567
|
+
kind: "property",
|
|
568
|
+
type: () => {
|
|
569
|
+
return Json.JsonNamingPolicy;
|
|
570
|
+
},
|
|
571
|
+
isNullable: true
|
|
572
|
+
},
|
|
573
|
+
ReadCommentHandling: {
|
|
574
|
+
kind: "property",
|
|
575
|
+
type: () => {
|
|
576
|
+
return Json.JsonCommentHandling;
|
|
577
|
+
}
|
|
578
|
+
},
|
|
579
|
+
ReferenceHandler: {
|
|
580
|
+
kind: "property",
|
|
581
|
+
type: () => {
|
|
582
|
+
return Serialization.ReferenceHandler;
|
|
583
|
+
}
|
|
584
|
+
},
|
|
585
|
+
RespectNullableAnnotations: {
|
|
586
|
+
kind: "property",
|
|
587
|
+
type: () => {
|
|
588
|
+
return System.Boolean;
|
|
589
|
+
}
|
|
590
|
+
},
|
|
591
|
+
RespectRequiredConstructorParameters: {
|
|
592
|
+
kind: "property",
|
|
593
|
+
type: () => {
|
|
594
|
+
return System.Boolean;
|
|
595
|
+
}
|
|
596
|
+
},
|
|
597
|
+
TypeInfoResolver: {
|
|
598
|
+
kind: "property",
|
|
599
|
+
type: () => {
|
|
600
|
+
return Metadata.IJsonTypeInfoResolver;
|
|
601
|
+
}
|
|
602
|
+
},
|
|
603
|
+
TypeInfoResolverChain: {
|
|
604
|
+
kind: "property",
|
|
605
|
+
type: () => {
|
|
606
|
+
return Generic.IList;
|
|
607
|
+
}
|
|
608
|
+
},
|
|
609
|
+
UnknownTypeHandling: {
|
|
610
|
+
kind: "property",
|
|
611
|
+
type: () => {
|
|
612
|
+
return Serialization.JsonUnknownTypeHandling;
|
|
613
|
+
}
|
|
614
|
+
},
|
|
615
|
+
UnmappedMemberHandling: {
|
|
616
|
+
kind: "property",
|
|
617
|
+
type: () => {
|
|
618
|
+
return Serialization.JsonUnmappedMemberHandling;
|
|
619
|
+
}
|
|
620
|
+
},
|
|
621
|
+
WriteIndented: {
|
|
622
|
+
kind: "property",
|
|
623
|
+
type: () => {
|
|
624
|
+
return System.Boolean;
|
|
625
|
+
}
|
|
626
|
+
},
|
|
627
|
+
IndentCharacter: {
|
|
628
|
+
kind: "property",
|
|
629
|
+
type: () => {
|
|
630
|
+
return System.Char;
|
|
631
|
+
}
|
|
632
|
+
},
|
|
633
|
+
IndentSize: {
|
|
634
|
+
kind: "property",
|
|
635
|
+
type: () => {
|
|
636
|
+
return System.Int32;
|
|
637
|
+
}
|
|
638
|
+
}
|
|
639
|
+
},
|
|
640
|
+
isSealed: true
|
|
641
|
+
},
|
|
642
|
+
JsonTokenType: {
|
|
643
|
+
kind: "enum",
|
|
644
|
+
members: {
|
|
645
|
+
None: {
|
|
646
|
+
kind: "field",
|
|
647
|
+
type: () => {
|
|
648
|
+
return Json.JsonTokenType;
|
|
649
|
+
}
|
|
650
|
+
},
|
|
651
|
+
StartObject: {
|
|
652
|
+
kind: "field",
|
|
653
|
+
type: () => {
|
|
654
|
+
return Json.JsonTokenType;
|
|
655
|
+
}
|
|
656
|
+
},
|
|
657
|
+
EndObject: {
|
|
658
|
+
kind: "field",
|
|
659
|
+
type: () => {
|
|
660
|
+
return Json.JsonTokenType;
|
|
661
|
+
}
|
|
662
|
+
},
|
|
663
|
+
StartArray: {
|
|
664
|
+
kind: "field",
|
|
665
|
+
type: () => {
|
|
666
|
+
return Json.JsonTokenType;
|
|
667
|
+
}
|
|
668
|
+
},
|
|
669
|
+
EndArray: {
|
|
670
|
+
kind: "field",
|
|
671
|
+
type: () => {
|
|
672
|
+
return Json.JsonTokenType;
|
|
673
|
+
}
|
|
674
|
+
},
|
|
675
|
+
PropertyName: {
|
|
676
|
+
kind: "field",
|
|
677
|
+
type: () => {
|
|
678
|
+
return Json.JsonTokenType;
|
|
679
|
+
}
|
|
680
|
+
},
|
|
681
|
+
Comment: {
|
|
682
|
+
kind: "field",
|
|
683
|
+
type: () => {
|
|
684
|
+
return Json.JsonTokenType;
|
|
685
|
+
}
|
|
686
|
+
},
|
|
687
|
+
String: {
|
|
688
|
+
kind: "field",
|
|
689
|
+
type: () => {
|
|
690
|
+
return Json.JsonTokenType;
|
|
691
|
+
}
|
|
692
|
+
},
|
|
693
|
+
Number: {
|
|
694
|
+
kind: "field",
|
|
695
|
+
type: () => {
|
|
696
|
+
return Json.JsonTokenType;
|
|
697
|
+
}
|
|
698
|
+
},
|
|
699
|
+
True: {
|
|
700
|
+
kind: "field",
|
|
701
|
+
type: () => {
|
|
702
|
+
return Json.JsonTokenType;
|
|
703
|
+
}
|
|
704
|
+
},
|
|
705
|
+
False: {
|
|
706
|
+
kind: "field",
|
|
707
|
+
type: () => {
|
|
708
|
+
return Json.JsonTokenType;
|
|
709
|
+
}
|
|
710
|
+
},
|
|
711
|
+
Null: {
|
|
712
|
+
kind: "field",
|
|
713
|
+
type: () => {
|
|
714
|
+
return Json.JsonTokenType;
|
|
715
|
+
}
|
|
716
|
+
}
|
|
717
|
+
}
|
|
718
|
+
},
|
|
719
|
+
JsonValueKind: {
|
|
720
|
+
kind: "enum",
|
|
721
|
+
members: {
|
|
722
|
+
Undefined: {
|
|
723
|
+
kind: "field",
|
|
724
|
+
type: () => {
|
|
725
|
+
return Json.JsonValueKind;
|
|
726
|
+
}
|
|
727
|
+
},
|
|
728
|
+
Object: {
|
|
729
|
+
kind: "field",
|
|
730
|
+
type: () => {
|
|
731
|
+
return Json.JsonValueKind;
|
|
732
|
+
}
|
|
733
|
+
},
|
|
734
|
+
Array: {
|
|
735
|
+
kind: "field",
|
|
736
|
+
type: () => {
|
|
737
|
+
return Json.JsonValueKind;
|
|
738
|
+
}
|
|
739
|
+
},
|
|
740
|
+
String: {
|
|
741
|
+
kind: "field",
|
|
742
|
+
type: () => {
|
|
743
|
+
return Json.JsonValueKind;
|
|
744
|
+
}
|
|
745
|
+
},
|
|
746
|
+
Number: {
|
|
747
|
+
kind: "field",
|
|
748
|
+
type: () => {
|
|
749
|
+
return Json.JsonValueKind;
|
|
750
|
+
}
|
|
751
|
+
},
|
|
752
|
+
True: {
|
|
753
|
+
kind: "field",
|
|
754
|
+
type: () => {
|
|
755
|
+
return Json.JsonValueKind;
|
|
756
|
+
}
|
|
757
|
+
},
|
|
758
|
+
False: {
|
|
759
|
+
kind: "field",
|
|
760
|
+
type: () => {
|
|
761
|
+
return Json.JsonValueKind;
|
|
762
|
+
}
|
|
763
|
+
},
|
|
764
|
+
Null: {
|
|
765
|
+
kind: "field",
|
|
766
|
+
type: () => {
|
|
767
|
+
return Json.JsonValueKind;
|
|
768
|
+
}
|
|
769
|
+
}
|
|
770
|
+
}
|
|
771
|
+
},
|
|
772
|
+
JsonWriterOptions: {
|
|
773
|
+
kind: "struct",
|
|
774
|
+
members: {
|
|
775
|
+
Encoder: {
|
|
776
|
+
kind: "property",
|
|
777
|
+
type: () => {
|
|
778
|
+
return Web.JavaScriptEncoder;
|
|
779
|
+
},
|
|
780
|
+
isReadOnly: true
|
|
781
|
+
},
|
|
782
|
+
Indented: {
|
|
783
|
+
kind: "property",
|
|
784
|
+
type: () => {
|
|
785
|
+
return System.Boolean;
|
|
786
|
+
}
|
|
787
|
+
},
|
|
788
|
+
IndentCharacter: {
|
|
789
|
+
kind: "property",
|
|
790
|
+
type: () => {
|
|
791
|
+
return System.Char;
|
|
792
|
+
}
|
|
793
|
+
},
|
|
794
|
+
IndentSize: {
|
|
795
|
+
kind: "property",
|
|
796
|
+
type: () => {
|
|
797
|
+
return System.Int32;
|
|
798
|
+
}
|
|
799
|
+
},
|
|
800
|
+
NewLine: {
|
|
801
|
+
kind: "property",
|
|
802
|
+
type: () => {
|
|
803
|
+
return System.String;
|
|
804
|
+
}
|
|
805
|
+
},
|
|
806
|
+
MaxDepth: {
|
|
807
|
+
kind: "property",
|
|
808
|
+
type: () => {
|
|
809
|
+
return System.Int32;
|
|
810
|
+
},
|
|
811
|
+
isReadOnly: true
|
|
812
|
+
},
|
|
813
|
+
SkipValidation: {
|
|
814
|
+
kind: "property",
|
|
815
|
+
type: () => {
|
|
816
|
+
return System.Boolean;
|
|
817
|
+
}
|
|
818
|
+
}
|
|
819
|
+
}
|
|
820
|
+
},
|
|
821
|
+
Utf8JsonReader: {
|
|
822
|
+
kind: "struct",
|
|
823
|
+
members: {
|
|
824
|
+
Utf8JsonReader: {
|
|
825
|
+
kind: "method",
|
|
826
|
+
methodKind: "constructor"
|
|
827
|
+
},
|
|
828
|
+
CopyString: {
|
|
829
|
+
kind: "method",
|
|
830
|
+
methodKind: "ordinary",
|
|
831
|
+
isReadOnly: true
|
|
832
|
+
},
|
|
833
|
+
GetBoolean: {
|
|
834
|
+
kind: "method",
|
|
835
|
+
methodKind: "ordinary"
|
|
836
|
+
},
|
|
837
|
+
GetByte: {
|
|
838
|
+
kind: "method",
|
|
839
|
+
methodKind: "ordinary"
|
|
840
|
+
},
|
|
841
|
+
GetBytesFromBase64: {
|
|
842
|
+
kind: "method",
|
|
843
|
+
methodKind: "ordinary"
|
|
844
|
+
},
|
|
845
|
+
GetComment: {
|
|
846
|
+
kind: "method",
|
|
847
|
+
methodKind: "ordinary"
|
|
848
|
+
},
|
|
849
|
+
GetDateTime: {
|
|
850
|
+
kind: "method",
|
|
851
|
+
methodKind: "ordinary"
|
|
852
|
+
},
|
|
853
|
+
GetDateTimeOffset: {
|
|
854
|
+
kind: "method",
|
|
855
|
+
methodKind: "ordinary"
|
|
856
|
+
},
|
|
857
|
+
GetDecimal: {
|
|
858
|
+
kind: "method",
|
|
859
|
+
methodKind: "ordinary"
|
|
860
|
+
},
|
|
861
|
+
GetDouble: {
|
|
862
|
+
kind: "method",
|
|
863
|
+
methodKind: "ordinary"
|
|
864
|
+
},
|
|
865
|
+
GetGuid: {
|
|
866
|
+
kind: "method",
|
|
867
|
+
methodKind: "ordinary"
|
|
868
|
+
},
|
|
869
|
+
GetInt16: {
|
|
870
|
+
kind: "method",
|
|
871
|
+
methodKind: "ordinary"
|
|
872
|
+
},
|
|
873
|
+
GetInt32: {
|
|
874
|
+
kind: "method",
|
|
875
|
+
methodKind: "ordinary"
|
|
876
|
+
},
|
|
877
|
+
GetInt64: {
|
|
878
|
+
kind: "method",
|
|
879
|
+
methodKind: "ordinary"
|
|
880
|
+
},
|
|
881
|
+
GetSByte: {
|
|
882
|
+
kind: "method",
|
|
883
|
+
methodKind: "ordinary"
|
|
884
|
+
},
|
|
885
|
+
GetSingle: {
|
|
886
|
+
kind: "method",
|
|
887
|
+
methodKind: "ordinary"
|
|
888
|
+
},
|
|
889
|
+
GetString: {
|
|
890
|
+
kind: "method",
|
|
891
|
+
methodKind: "ordinary"
|
|
892
|
+
},
|
|
893
|
+
GetUInt16: {
|
|
894
|
+
kind: "method",
|
|
895
|
+
methodKind: "ordinary"
|
|
896
|
+
},
|
|
897
|
+
GetUInt32: {
|
|
898
|
+
kind: "method",
|
|
899
|
+
methodKind: "ordinary"
|
|
900
|
+
},
|
|
901
|
+
GetUInt64: {
|
|
902
|
+
kind: "method",
|
|
903
|
+
methodKind: "ordinary"
|
|
904
|
+
},
|
|
905
|
+
Read: {
|
|
906
|
+
kind: "method",
|
|
907
|
+
methodKind: "ordinary"
|
|
908
|
+
},
|
|
909
|
+
Skip: {
|
|
910
|
+
kind: "method",
|
|
911
|
+
methodKind: "ordinary"
|
|
912
|
+
},
|
|
913
|
+
TryGetByte: {
|
|
914
|
+
kind: "method",
|
|
915
|
+
methodKind: "ordinary"
|
|
916
|
+
},
|
|
917
|
+
TryGetBytesFromBase64: {
|
|
918
|
+
kind: "method",
|
|
919
|
+
methodKind: "ordinary"
|
|
920
|
+
},
|
|
921
|
+
TryGetDateTime: {
|
|
922
|
+
kind: "method",
|
|
923
|
+
methodKind: "ordinary"
|
|
924
|
+
},
|
|
925
|
+
TryGetDateTimeOffset: {
|
|
926
|
+
kind: "method",
|
|
927
|
+
methodKind: "ordinary"
|
|
928
|
+
},
|
|
929
|
+
TryGetDecimal: {
|
|
930
|
+
kind: "method",
|
|
931
|
+
methodKind: "ordinary"
|
|
932
|
+
},
|
|
933
|
+
TryGetDouble: {
|
|
934
|
+
kind: "method",
|
|
935
|
+
methodKind: "ordinary"
|
|
936
|
+
},
|
|
937
|
+
TryGetGuid: {
|
|
938
|
+
kind: "method",
|
|
939
|
+
methodKind: "ordinary"
|
|
940
|
+
},
|
|
941
|
+
TryGetInt16: {
|
|
942
|
+
kind: "method",
|
|
943
|
+
methodKind: "ordinary"
|
|
944
|
+
},
|
|
945
|
+
TryGetInt32: {
|
|
946
|
+
kind: "method",
|
|
947
|
+
methodKind: "ordinary"
|
|
948
|
+
},
|
|
949
|
+
TryGetInt64: {
|
|
950
|
+
kind: "method",
|
|
951
|
+
methodKind: "ordinary"
|
|
952
|
+
},
|
|
953
|
+
TryGetSByte: {
|
|
954
|
+
kind: "method",
|
|
955
|
+
methodKind: "ordinary"
|
|
956
|
+
},
|
|
957
|
+
TryGetSingle: {
|
|
958
|
+
kind: "method",
|
|
959
|
+
methodKind: "ordinary"
|
|
960
|
+
},
|
|
961
|
+
TryGetUInt16: {
|
|
962
|
+
kind: "method",
|
|
963
|
+
methodKind: "ordinary"
|
|
964
|
+
},
|
|
965
|
+
TryGetUInt32: {
|
|
966
|
+
kind: "method",
|
|
967
|
+
methodKind: "ordinary"
|
|
968
|
+
},
|
|
969
|
+
TryGetUInt64: {
|
|
970
|
+
kind: "method",
|
|
971
|
+
methodKind: "ordinary"
|
|
972
|
+
},
|
|
973
|
+
TrySkip: {
|
|
974
|
+
kind: "method",
|
|
975
|
+
methodKind: "ordinary"
|
|
976
|
+
},
|
|
977
|
+
ValueTextEquals: {
|
|
978
|
+
kind: "method",
|
|
979
|
+
methodKind: "ordinary",
|
|
980
|
+
isReadOnly: true
|
|
981
|
+
},
|
|
982
|
+
BytesConsumed: {
|
|
983
|
+
kind: "property",
|
|
984
|
+
type: () => {
|
|
985
|
+
return System.Int64;
|
|
986
|
+
},
|
|
987
|
+
isReadOnly: true
|
|
988
|
+
},
|
|
989
|
+
CurrentDepth: {
|
|
990
|
+
kind: "property",
|
|
991
|
+
type: () => {
|
|
992
|
+
return System.Int32;
|
|
993
|
+
},
|
|
994
|
+
isReadOnly: true
|
|
995
|
+
},
|
|
996
|
+
CurrentState: {
|
|
997
|
+
kind: "property",
|
|
998
|
+
type: () => {
|
|
999
|
+
return Json.JsonReaderState;
|
|
1000
|
+
},
|
|
1001
|
+
isReadOnly: true
|
|
1002
|
+
},
|
|
1003
|
+
HasValueSequence: {
|
|
1004
|
+
kind: "property",
|
|
1005
|
+
type: () => {
|
|
1006
|
+
return System.Boolean;
|
|
1007
|
+
},
|
|
1008
|
+
isReadOnly: true
|
|
1009
|
+
},
|
|
1010
|
+
IsFinalBlock: {
|
|
1011
|
+
kind: "property",
|
|
1012
|
+
type: () => {
|
|
1013
|
+
return System.Boolean;
|
|
1014
|
+
},
|
|
1015
|
+
isReadOnly: true
|
|
1016
|
+
},
|
|
1017
|
+
Position: {
|
|
1018
|
+
kind: "property",
|
|
1019
|
+
type: () => {
|
|
1020
|
+
return System.SequencePosition;
|
|
1021
|
+
},
|
|
1022
|
+
isReadOnly: true
|
|
1023
|
+
},
|
|
1024
|
+
TokenStartIndex: {
|
|
1025
|
+
kind: "property",
|
|
1026
|
+
type: () => {
|
|
1027
|
+
return System.Int64;
|
|
1028
|
+
},
|
|
1029
|
+
isReadOnly: true
|
|
1030
|
+
},
|
|
1031
|
+
TokenType: {
|
|
1032
|
+
kind: "property",
|
|
1033
|
+
type: () => {
|
|
1034
|
+
return Json.JsonTokenType;
|
|
1035
|
+
},
|
|
1036
|
+
isReadOnly: true
|
|
1037
|
+
},
|
|
1038
|
+
ValueIsEscaped: {
|
|
1039
|
+
kind: "property",
|
|
1040
|
+
type: () => {
|
|
1041
|
+
return System.Boolean;
|
|
1042
|
+
},
|
|
1043
|
+
isReadOnly: true
|
|
1044
|
+
},
|
|
1045
|
+
ValueSequence: {
|
|
1046
|
+
kind: "property",
|
|
1047
|
+
type: () => {
|
|
1048
|
+
return Buffers.ReadOnlySequence;
|
|
1049
|
+
},
|
|
1050
|
+
isReadOnly: true
|
|
1051
|
+
},
|
|
1052
|
+
ValueSpan: {
|
|
1053
|
+
kind: "property",
|
|
1054
|
+
type: () => {
|
|
1055
|
+
return System.ReadOnlySpan;
|
|
1056
|
+
},
|
|
1057
|
+
isReadOnly: true
|
|
1058
|
+
}
|
|
1059
|
+
}
|
|
1060
|
+
},
|
|
1061
|
+
Utf8JsonWriter: {
|
|
1062
|
+
kind: "class",
|
|
1063
|
+
members: {
|
|
1064
|
+
Utf8JsonWriter: {
|
|
1065
|
+
kind: "method",
|
|
1066
|
+
methodKind: "constructor"
|
|
1067
|
+
},
|
|
1068
|
+
Dispose: {
|
|
1069
|
+
kind: "method",
|
|
1070
|
+
methodKind: "ordinary"
|
|
1071
|
+
},
|
|
1072
|
+
DisposeAsync: {
|
|
1073
|
+
kind: "method",
|
|
1074
|
+
methodKind: "ordinary"
|
|
1075
|
+
},
|
|
1076
|
+
Flush: {
|
|
1077
|
+
kind: "method",
|
|
1078
|
+
methodKind: "ordinary"
|
|
1079
|
+
},
|
|
1080
|
+
FlushAsync: {
|
|
1081
|
+
kind: "method",
|
|
1082
|
+
methodKind: "ordinary"
|
|
1083
|
+
},
|
|
1084
|
+
Reset: {
|
|
1085
|
+
kind: "method",
|
|
1086
|
+
methodKind: "ordinary"
|
|
1087
|
+
},
|
|
1088
|
+
WriteBase64String: {
|
|
1089
|
+
kind: "method",
|
|
1090
|
+
methodKind: "ordinary"
|
|
1091
|
+
},
|
|
1092
|
+
WriteBase64StringValue: {
|
|
1093
|
+
kind: "method",
|
|
1094
|
+
methodKind: "ordinary"
|
|
1095
|
+
},
|
|
1096
|
+
WriteBoolean: {
|
|
1097
|
+
kind: "method",
|
|
1098
|
+
methodKind: "ordinary"
|
|
1099
|
+
},
|
|
1100
|
+
WriteBooleanValue: {
|
|
1101
|
+
kind: "method",
|
|
1102
|
+
methodKind: "ordinary"
|
|
1103
|
+
},
|
|
1104
|
+
WriteCommentValue: {
|
|
1105
|
+
kind: "method",
|
|
1106
|
+
methodKind: "ordinary"
|
|
1107
|
+
},
|
|
1108
|
+
WriteEndArray: {
|
|
1109
|
+
kind: "method",
|
|
1110
|
+
methodKind: "ordinary"
|
|
1111
|
+
},
|
|
1112
|
+
WriteEndObject: {
|
|
1113
|
+
kind: "method",
|
|
1114
|
+
methodKind: "ordinary"
|
|
1115
|
+
},
|
|
1116
|
+
WriteNull: {
|
|
1117
|
+
kind: "method",
|
|
1118
|
+
methodKind: "ordinary"
|
|
1119
|
+
},
|
|
1120
|
+
WriteNullValue: {
|
|
1121
|
+
kind: "method",
|
|
1122
|
+
methodKind: "ordinary"
|
|
1123
|
+
},
|
|
1124
|
+
WriteNumber: {
|
|
1125
|
+
kind: "method",
|
|
1126
|
+
methodKind: "ordinary"
|
|
1127
|
+
},
|
|
1128
|
+
WriteNumberValue: {
|
|
1129
|
+
kind: "method",
|
|
1130
|
+
methodKind: "ordinary"
|
|
1131
|
+
},
|
|
1132
|
+
WritePropertyName: {
|
|
1133
|
+
kind: "method",
|
|
1134
|
+
methodKind: "ordinary"
|
|
1135
|
+
},
|
|
1136
|
+
WriteRawValue: {
|
|
1137
|
+
kind: "method",
|
|
1138
|
+
methodKind: "ordinary"
|
|
1139
|
+
},
|
|
1140
|
+
WriteStartArray: {
|
|
1141
|
+
kind: "method",
|
|
1142
|
+
methodKind: "ordinary"
|
|
1143
|
+
},
|
|
1144
|
+
WriteStartObject: {
|
|
1145
|
+
kind: "method",
|
|
1146
|
+
methodKind: "ordinary"
|
|
1147
|
+
},
|
|
1148
|
+
WriteString: {
|
|
1149
|
+
kind: "method",
|
|
1150
|
+
methodKind: "ordinary"
|
|
1151
|
+
},
|
|
1152
|
+
WriteStringValue: {
|
|
1153
|
+
kind: "method",
|
|
1154
|
+
methodKind: "ordinary"
|
|
1155
|
+
},
|
|
1156
|
+
BytesCommitted: {
|
|
1157
|
+
kind: "property",
|
|
1158
|
+
type: () => {
|
|
1159
|
+
return System.Int64;
|
|
1160
|
+
}
|
|
1161
|
+
},
|
|
1162
|
+
BytesPending: {
|
|
1163
|
+
kind: "property",
|
|
1164
|
+
type: () => {
|
|
1165
|
+
return System.Int32;
|
|
1166
|
+
}
|
|
1167
|
+
},
|
|
1168
|
+
CurrentDepth: {
|
|
1169
|
+
kind: "property",
|
|
1170
|
+
type: () => {
|
|
1171
|
+
return System.Int32;
|
|
1172
|
+
}
|
|
1173
|
+
},
|
|
1174
|
+
Options: {
|
|
1175
|
+
kind: "property",
|
|
1176
|
+
type: () => {
|
|
1177
|
+
return Json.JsonWriterOptions;
|
|
1178
|
+
}
|
|
1179
|
+
}
|
|
1180
|
+
},
|
|
1181
|
+
isSealed: true
|
|
1182
|
+
}
|
|
1183
|
+
});
|
|
1184
|
+
export default Json;
|
|
1185
|
+
//# sourceMappingURL=index.js.map
|