@tsonic/dotnet 0.4.0 → 0.5.0

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.
Files changed (130) hide show
  1. package/Internal/index.d.ts +2 -2
  2. package/Microsoft.CSharp.RuntimeBinder/index.d.ts +6 -6
  3. package/Microsoft.VisualBasic/index.d.ts +36 -36
  4. package/Microsoft.VisualBasic.CompilerServices/index.d.ts +29 -29
  5. package/Microsoft.VisualBasic.FileIO/index.d.ts +10 -10
  6. package/Microsoft.Win32/index.d.ts +8 -8
  7. package/Microsoft.Win32.SafeHandles/index.d.ts +17 -17
  8. package/System/index.d.ts +291 -291
  9. package/System.Buffers/index.d.ts +27 -27
  10. package/System.Buffers.Binary/index.d.ts +1 -1
  11. package/System.Buffers.Text/index.d.ts +4 -4
  12. package/System.CodeDom.Compiler/index.d.ts +2 -2
  13. package/System.Collections/index.d.ts +15 -15
  14. package/System.Collections.Concurrent/index.d.ts +17 -17
  15. package/System.Collections.Frozen/index.d.ts +10 -10
  16. package/System.Collections.Generic/index.d.ts +80 -80
  17. package/System.Collections.Immutable/index.d.ts +39 -39
  18. package/System.Collections.ObjectModel/index.d.ts +17 -17
  19. package/System.Collections.Specialized/index.d.ts +16 -16
  20. package/System.ComponentModel/index.d.ts +160 -160
  21. package/System.ComponentModel.DataAnnotations/index.d.ts +38 -38
  22. package/System.ComponentModel.DataAnnotations.Schema/index.d.ts +8 -8
  23. package/System.ComponentModel.Design/index.d.ts +35 -35
  24. package/System.ComponentModel.Design.Serialization/index.d.ts +12 -12
  25. package/System.Configuration.Assemblies/index.d.ts +2 -2
  26. package/System.Data/index.d.ts +98 -98
  27. package/System.Data.Common/index.d.ts +37 -37
  28. package/System.Data.SqlTypes/index.d.ts +23 -23
  29. package/System.Diagnostics/index.d.ts +97 -97
  30. package/System.Diagnostics.CodeAnalysis/index.d.ts +27 -27
  31. package/System.Diagnostics.Contracts/index.d.ts +15 -15
  32. package/System.Diagnostics.Metrics/index.d.ts +29 -29
  33. package/System.Diagnostics.SymbolStore/index.d.ts +5 -5
  34. package/System.Diagnostics.Tracing/index.d.ts +31 -31
  35. package/System.Drawing/index.d.ts +15 -15
  36. package/System.Dynamic/index.d.ts +18 -18
  37. package/System.Formats.Asn1/index.d.ts +10 -10
  38. package/System.Formats.Tar/index.d.ts +12 -12
  39. package/System.Globalization/index.d.ts +42 -42
  40. package/System.IO/index.d.ts +56 -56
  41. package/System.IO.Compression/index.d.ts +17 -17
  42. package/System.IO.Enumeration/index.d.ts +8 -8
  43. package/System.IO.IsolatedStorage/index.d.ts +5 -5
  44. package/System.IO.MemoryMappedFiles/index.d.ts +6 -6
  45. package/System.IO.Pipelines/index.d.ts +10 -10
  46. package/System.IO.Pipes/index.d.ts +16 -16
  47. package/System.Linq/index.d.ts +20 -20
  48. package/System.Linq.Expressions/index.d.ts +42 -42
  49. package/System.Linq.Expressions.Interpreter/index.d.ts +1 -1
  50. package/System.Net/index.d.ts +83 -83
  51. package/System.Net.Cache/index.d.ts +5 -5
  52. package/System.Net.Http/index.d.ts +33 -33
  53. package/System.Net.Http.Headers/index.d.ts +30 -30
  54. package/System.Net.Http.Json/index.d.ts +3 -3
  55. package/System.Net.Http.Metrics/index.d.ts +1 -1
  56. package/System.Net.Mail/index.d.ts +20 -20
  57. package/System.Net.Mime/index.d.ts +10 -10
  58. package/System.Net.NetworkInformation/index.d.ts +44 -44
  59. package/System.Net.Quic/index.d.ts +13 -13
  60. package/System.Net.Security/index.d.ts +23 -23
  61. package/System.Net.ServerSentEvents/index.d.ts +8 -8
  62. package/System.Net.Sockets/index.d.ts +34 -34
  63. package/System.Net.WebSockets/index.d.ts +16 -16
  64. package/System.Numerics/index.d.ts +15 -15
  65. package/System.Reflection/index.d.ts +101 -101
  66. package/System.Reflection.Emit/index.d.ts +28 -28
  67. package/System.Reflection.Metadata/index.d.ts +189 -189
  68. package/System.Reflection.Metadata.Ecma335/index.d.ts +48 -48
  69. package/System.Reflection.PortableExecutable/index.d.ts +27 -27
  70. package/System.Resources/index.d.ts +9 -9
  71. package/System.Runtime/index.d.ts +11 -11
  72. package/System.Runtime.CompilerServices/index.d.ts +189 -189
  73. package/System.Runtime.ConstrainedExecution/index.d.ts +5 -5
  74. package/System.Runtime.ExceptionServices/index.d.ts +4 -4
  75. package/System.Runtime.InteropServices/index.d.ts +130 -130
  76. package/System.Runtime.InteropServices.ComTypes/index.d.ts +38 -38
  77. package/System.Runtime.InteropServices.Java/index.d.ts +4 -4
  78. package/System.Runtime.InteropServices.JavaScript/index.d.ts +36 -36
  79. package/System.Runtime.InteropServices.Marshalling/index.d.ts +36 -36
  80. package/System.Runtime.InteropServices.ObjectiveC/index.d.ts +4 -4
  81. package/System.Runtime.InteropServices.Swift/index.d.ts +5 -5
  82. package/System.Runtime.Intrinsics/index.d.ts +12 -12
  83. package/System.Runtime.Intrinsics.Arm/index.d.ts +22 -22
  84. package/System.Runtime.Intrinsics.Wasm/index.d.ts +1 -1
  85. package/System.Runtime.Intrinsics.X86/index.d.ts +76 -76
  86. package/System.Runtime.Loader/index.d.ts +3 -3
  87. package/System.Runtime.Remoting/index.d.ts +1 -1
  88. package/System.Runtime.Serialization/index.d.ts +44 -44
  89. package/System.Runtime.Serialization.DataContracts/index.d.ts +4 -4
  90. package/System.Runtime.Serialization.Formatters/index.d.ts +3 -3
  91. package/System.Runtime.Serialization.Formatters.Binary/index.d.ts +1 -1
  92. package/System.Runtime.Serialization.Json/index.d.ts +4 -4
  93. package/System.Runtime.Versioning/index.d.ts +16 -16
  94. package/System.Security/index.d.ts +17 -17
  95. package/System.Security.AccessControl/index.d.ts +70 -70
  96. package/System.Security.Authentication/index.d.ts +6 -6
  97. package/System.Security.Authentication.ExtendedProtection/index.d.ts +7 -7
  98. package/System.Security.Claims/index.d.ts +5 -5
  99. package/System.Security.Cryptography/index.d.ts +167 -167
  100. package/System.Security.Cryptography.X509Certificates/index.d.ts +56 -56
  101. package/System.Security.Permissions/index.d.ts +6 -6
  102. package/System.Security.Policy/index.d.ts +2 -2
  103. package/System.Security.Principal/index.d.ts +15 -15
  104. package/System.Text/index.d.ts +36 -36
  105. package/System.Text.Encodings.Web/index.d.ts +5 -5
  106. package/System.Text.Json/index.d.ts +20 -20
  107. package/System.Text.Json.Nodes/index.d.ts +5 -5
  108. package/System.Text.Json.Schema/index.d.ts +3 -3
  109. package/System.Text.Json.Serialization/index.d.ts +40 -40
  110. package/System.Text.Json.Serialization.Metadata/index.d.ts +18 -18
  111. package/System.Text.RegularExpressions/index.d.ts +19 -19
  112. package/System.Text.Unicode/index.d.ts +4 -4
  113. package/System.Threading/index.d.ts +78 -78
  114. package/System.Threading.Channels/index.d.ts +15 -15
  115. package/System.Threading.Tasks/index.d.ts +28 -28
  116. package/System.Threading.Tasks.Dataflow/index.d.ts +27 -27
  117. package/System.Threading.Tasks.Sources/index.d.ts +4 -4
  118. package/System.Timers/index.d.ts +4 -4
  119. package/System.Transactions/index.d.ts +28 -28
  120. package/System.Web/index.d.ts +1 -1
  121. package/System.Windows.Markup/index.d.ts +1 -1
  122. package/System.Xml/index.d.ts +71 -71
  123. package/System.Xml.Linq/index.d.ts +23 -23
  124. package/System.Xml.Resolvers/index.d.ts +2 -2
  125. package/System.Xml.Schema/index.d.ts +88 -88
  126. package/System.Xml.Serialization/index.d.ts +68 -68
  127. package/System.Xml.XPath/index.d.ts +14 -14
  128. package/System.Xml.Xsl/index.d.ts +9 -9
  129. package/System.Xml.Xsl.Runtime/index.d.ts +50 -50
  130. package/package.json +1 -1
@@ -17,18 +17,18 @@ import type { Action_1, Boolean as ClrBoolean, Enum, Exception, IComparable, ICo
17
17
  export * from './internal/index.js';
18
18
 
19
19
  // Individual type exports for convenience
20
- export type BoundedChannelFullMode = Internal.BoundedChannelFullMode;
21
- export type Channel_0 = Internal.Channel;
22
- export type ChannelClosedException = Internal.ChannelClosedException;
23
- export type ChannelOptions = Internal.ChannelOptions;
24
- export type BoundedChannelOptions = Internal.BoundedChannelOptions;
25
- export type UnboundedChannelOptions = Internal.UnboundedChannelOptions;
26
- export type ChannelReader_1<T> = Internal.ChannelReader_1<T>;
27
- export type ChannelReader<T> = Internal.ChannelReader_1<T>;
28
- export type ChannelWriter_1<T> = Internal.ChannelWriter_1<T>;
29
- export type ChannelWriter<T> = Internal.ChannelWriter_1<T>;
30
- export type Channel_1<T> = Internal.Channel_1<T>;
31
- export type Channel<T> = Internal.Channel_1<T>;
32
- export type Channel_2<TWrite, TRead> = Internal.Channel_2<TWrite, TRead>;
33
- export type UnboundedPrioritizedChannelOptions_1<T> = Internal.UnboundedPrioritizedChannelOptions_1<T>;
34
- export type UnboundedPrioritizedChannelOptions<T> = Internal.UnboundedPrioritizedChannelOptions_1<T>;
20
+ export { BoundedChannelFullMode as BoundedChannelFullMode } from './internal/index.js';
21
+ export { Channel$instance as Channel_0 } from './internal/index.js';
22
+ export { ChannelClosedException$instance as ChannelClosedException } from './internal/index.js';
23
+ export { ChannelOptions$instance as ChannelOptions } from './internal/index.js';
24
+ export { BoundedChannelOptions$instance as BoundedChannelOptions } from './internal/index.js';
25
+ export { UnboundedChannelOptions$instance as UnboundedChannelOptions } from './internal/index.js';
26
+ export { ChannelReader_1$instance as ChannelReader_1 } from './internal/index.js';
27
+ export { ChannelReader_1$instance as ChannelReader } from './internal/index.js';
28
+ export { ChannelWriter_1$instance as ChannelWriter_1 } from './internal/index.js';
29
+ export { ChannelWriter_1$instance as ChannelWriter } from './internal/index.js';
30
+ export { Channel_1$instance as Channel_1 } from './internal/index.js';
31
+ export { Channel_1$instance as Channel } from './internal/index.js';
32
+ export { Channel_2$instance as Channel_2 } from './internal/index.js';
33
+ export { UnboundedPrioritizedChannelOptions_1$instance as UnboundedPrioritizedChannelOptions_1 } from './internal/index.js';
34
+ export { UnboundedPrioritizedChannelOptions_1$instance as UnboundedPrioritizedChannelOptions } from './internal/index.js';
@@ -20,31 +20,31 @@ import type { Action, Action_1, Action_2, Action_3, AggregateException, AsyncCal
20
20
  export * from './internal/index.js';
21
21
 
22
22
  // Individual type exports for convenience
23
- export type ConcurrentExclusiveSchedulerPair = Internal.ConcurrentExclusiveSchedulerPair;
24
- export type ConfigureAwaitOptions = Internal.ConfigureAwaitOptions;
25
- export type Task_1<TResult> = Internal.Task_1<TResult>;
26
- export type Task<TResult> = Internal.Task_1<TResult>;
27
- export type TaskFactory_1<TResult> = Internal.TaskFactory_1<TResult>;
28
- export type TaskFactory<TResult> = Internal.TaskFactory_1<TResult>;
29
- export type TaskStatus = Internal.TaskStatus;
30
- export type Task_0 = Internal.Task;
31
- export type TaskCreationOptions = Internal.TaskCreationOptions;
32
- export type TaskContinuationOptions = Internal.TaskContinuationOptions;
33
- export type TaskAsyncEnumerableExtensions = Internal.TaskAsyncEnumerableExtensions;
34
- export type TaskCanceledException = Internal.TaskCanceledException;
35
- export type TaskCompletionSource_0 = Internal.TaskCompletionSource;
36
- export type TaskCompletionSource_1<TResult> = Internal.TaskCompletionSource_1<TResult>;
37
- export type TaskCompletionSource<TResult> = Internal.TaskCompletionSource_1<TResult>;
38
- export type TaskExtensions = Internal.TaskExtensions;
39
- export type TaskFactory_0 = Internal.TaskFactory;
40
- export type TaskScheduler = Internal.TaskScheduler;
41
- export type UnobservedTaskExceptionEventArgs = Internal.UnobservedTaskExceptionEventArgs;
42
- export type TaskSchedulerException = Internal.TaskSchedulerException;
43
- export type ValueTask_0 = Internal.ValueTask;
44
- export type ValueTask_1<TResult> = Internal.ValueTask_1<TResult>;
45
- export type ValueTask<TResult> = Internal.ValueTask_1<TResult>;
46
- export type TaskToAsyncResult = Internal.TaskToAsyncResult;
47
- export type ParallelOptions = Internal.ParallelOptions;
48
- export type Parallel = Internal.Parallel;
49
- export type ParallelLoopState = Internal.ParallelLoopState;
50
- export type ParallelLoopResult = Internal.ParallelLoopResult;
23
+ export { ConcurrentExclusiveSchedulerPair$instance as ConcurrentExclusiveSchedulerPair } from './internal/index.js';
24
+ export { ConfigureAwaitOptions as ConfigureAwaitOptions } from './internal/index.js';
25
+ export { Task_1$instance as Task_1 } from './internal/index.js';
26
+ export { Task_1$instance as Task } from './internal/index.js';
27
+ export { TaskFactory_1$instance as TaskFactory_1 } from './internal/index.js';
28
+ export { TaskFactory_1$instance as TaskFactory } from './internal/index.js';
29
+ export { TaskStatus as TaskStatus } from './internal/index.js';
30
+ export { Task$instance as Task_0 } from './internal/index.js';
31
+ export { TaskCreationOptions as TaskCreationOptions } from './internal/index.js';
32
+ export { TaskContinuationOptions as TaskContinuationOptions } from './internal/index.js';
33
+ export { TaskAsyncEnumerableExtensions$instance as TaskAsyncEnumerableExtensions } from './internal/index.js';
34
+ export { TaskCanceledException$instance as TaskCanceledException } from './internal/index.js';
35
+ export { TaskCompletionSource$instance as TaskCompletionSource_0 } from './internal/index.js';
36
+ export { TaskCompletionSource_1$instance as TaskCompletionSource_1 } from './internal/index.js';
37
+ export { TaskCompletionSource_1$instance as TaskCompletionSource } from './internal/index.js';
38
+ export { TaskExtensions$instance as TaskExtensions } from './internal/index.js';
39
+ export { TaskFactory$instance as TaskFactory_0 } from './internal/index.js';
40
+ export { TaskScheduler$instance as TaskScheduler } from './internal/index.js';
41
+ export { UnobservedTaskExceptionEventArgs$instance as UnobservedTaskExceptionEventArgs } from './internal/index.js';
42
+ export { TaskSchedulerException$instance as TaskSchedulerException } from './internal/index.js';
43
+ export { ValueTask$instance as ValueTask_0 } from './internal/index.js';
44
+ export { ValueTask_1$instance as ValueTask_1 } from './internal/index.js';
45
+ export { ValueTask_1$instance as ValueTask } from './internal/index.js';
46
+ export { TaskToAsyncResult$instance as TaskToAsyncResult } from './internal/index.js';
47
+ export { ParallelOptions$instance as ParallelOptions } from './internal/index.js';
48
+ export { Parallel$instance as Parallel } from './internal/index.js';
49
+ export { ParallelLoopState$instance as ParallelLoopState } from './internal/index.js';
50
+ export { ParallelLoopResult$instance as ParallelLoopResult } from './internal/index.js';
@@ -14,13 +14,13 @@ import type { Action_1, Boolean as ClrBoolean, Enum, Exception, Func_2, ICompara
14
14
  export * from './internal/index.js';
15
15
 
16
16
  // Individual type exports for convenience
17
- export type DataflowBlock = Internal.DataflowBlock;
18
- export type DataflowBlockOptions = Internal.DataflowBlockOptions;
19
- export type ExecutionDataflowBlockOptions = Internal.ExecutionDataflowBlockOptions;
20
- export type GroupingDataflowBlockOptions = Internal.GroupingDataflowBlockOptions;
21
- export type DataflowLinkOptions = Internal.DataflowLinkOptions;
22
- export type DataflowMessageHeader = Internal.DataflowMessageHeader;
23
- export type DataflowMessageStatus = Internal.DataflowMessageStatus;
17
+ export { DataflowBlock$instance as DataflowBlock } from './internal/index.js';
18
+ export { DataflowBlockOptions$instance as DataflowBlockOptions } from './internal/index.js';
19
+ export { ExecutionDataflowBlockOptions$instance as ExecutionDataflowBlockOptions } from './internal/index.js';
20
+ export { GroupingDataflowBlockOptions$instance as GroupingDataflowBlockOptions } from './internal/index.js';
21
+ export { DataflowLinkOptions$instance as DataflowLinkOptions } from './internal/index.js';
22
+ export { DataflowMessageHeader$instance as DataflowMessageHeader } from './internal/index.js';
23
+ export { DataflowMessageStatus as DataflowMessageStatus } from './internal/index.js';
24
24
  export type IDataflowBlock = Internal.IDataflowBlock;
25
25
  export type IPropagatorBlock_2<TInput, TOutput> = Internal.IPropagatorBlock_2<TInput, TOutput>;
26
26
  export type IPropagatorBlock<TInput, TOutput> = Internal.IPropagatorBlock_2<TInput, TOutput>;
@@ -30,23 +30,23 @@ export type ISourceBlock_1<TOutput> = Internal.ISourceBlock_1<TOutput>;
30
30
  export type ISourceBlock<TOutput> = Internal.ISourceBlock_1<TOutput>;
31
31
  export type ITargetBlock_1<TInput> = Internal.ITargetBlock_1<TInput>;
32
32
  export type ITargetBlock<TInput> = Internal.ITargetBlock_1<TInput>;
33
- export type ActionBlock_1<TInput> = Internal.ActionBlock_1<TInput>;
34
- export type ActionBlock<TInput> = Internal.ActionBlock_1<TInput>;
35
- export type BatchBlock_1<T> = Internal.BatchBlock_1<T>;
36
- export type BatchBlock<T> = Internal.BatchBlock_1<T>;
37
- export type BatchedJoinBlock_2<T1, T2> = Internal.BatchedJoinBlock_2<T1, T2>;
38
- export type BatchedJoinBlock<T1, T2> = Internal.BatchedJoinBlock_2<T1, T2>;
39
- export type BatchedJoinBlock_3<T1, T2, T3> = Internal.BatchedJoinBlock_3<T1, T2, T3>;
40
- export type BroadcastBlock_1<T> = Internal.BroadcastBlock_1<T>;
41
- export type BroadcastBlock<T> = Internal.BroadcastBlock_1<T>;
42
- export type BufferBlock_1<T> = Internal.BufferBlock_1<T>;
43
- export type BufferBlock<T> = Internal.BufferBlock_1<T>;
44
- export type JoinBlock_2<T1, T2> = Internal.JoinBlock_2<T1, T2>;
45
- export type JoinBlock<T1, T2> = Internal.JoinBlock_2<T1, T2>;
46
- export type JoinBlock_3<T1, T2, T3> = Internal.JoinBlock_3<T1, T2, T3>;
47
- export type TransformBlock_2<TInput, TOutput> = Internal.TransformBlock_2<TInput, TOutput>;
48
- export type TransformBlock<TInput, TOutput> = Internal.TransformBlock_2<TInput, TOutput>;
49
- export type TransformManyBlock_2<TInput, TOutput> = Internal.TransformManyBlock_2<TInput, TOutput>;
50
- export type TransformManyBlock<TInput, TOutput> = Internal.TransformManyBlock_2<TInput, TOutput>;
51
- export type WriteOnceBlock_1<T> = Internal.WriteOnceBlock_1<T>;
52
- export type WriteOnceBlock<T> = Internal.WriteOnceBlock_1<T>;
33
+ export { ActionBlock_1$instance as ActionBlock_1 } from './internal/index.js';
34
+ export { ActionBlock_1$instance as ActionBlock } from './internal/index.js';
35
+ export { BatchBlock_1$instance as BatchBlock_1 } from './internal/index.js';
36
+ export { BatchBlock_1$instance as BatchBlock } from './internal/index.js';
37
+ export { BatchedJoinBlock_2$instance as BatchedJoinBlock_2 } from './internal/index.js';
38
+ export { BatchedJoinBlock_2$instance as BatchedJoinBlock } from './internal/index.js';
39
+ export { BatchedJoinBlock_3$instance as BatchedJoinBlock_3 } from './internal/index.js';
40
+ export { BroadcastBlock_1$instance as BroadcastBlock_1 } from './internal/index.js';
41
+ export { BroadcastBlock_1$instance as BroadcastBlock } from './internal/index.js';
42
+ export { BufferBlock_1$instance as BufferBlock_1 } from './internal/index.js';
43
+ export { BufferBlock_1$instance as BufferBlock } from './internal/index.js';
44
+ export { JoinBlock_2$instance as JoinBlock_2 } from './internal/index.js';
45
+ export { JoinBlock_2$instance as JoinBlock } from './internal/index.js';
46
+ export { JoinBlock_3$instance as JoinBlock_3 } from './internal/index.js';
47
+ export { TransformBlock_2$instance as TransformBlock_2 } from './internal/index.js';
48
+ export { TransformBlock_2$instance as TransformBlock } from './internal/index.js';
49
+ export { TransformManyBlock_2$instance as TransformManyBlock_2 } from './internal/index.js';
50
+ export { TransformManyBlock_2$instance as TransformManyBlock } from './internal/index.js';
51
+ export { WriteOnceBlock_1$instance as WriteOnceBlock_1 } from './internal/index.js';
52
+ export { WriteOnceBlock_1$instance as WriteOnceBlock } from './internal/index.js';
@@ -11,10 +11,10 @@ import type { Action_1, Boolean as ClrBoolean, Enum, Exception, IComparable, ICo
11
11
  export * from './internal/index.js';
12
12
 
13
13
  // Individual type exports for convenience
14
- export type ValueTaskSourceOnCompletedFlags = Internal.ValueTaskSourceOnCompletedFlags;
15
- export type ValueTaskSourceStatus = Internal.ValueTaskSourceStatus;
14
+ export { ValueTaskSourceOnCompletedFlags as ValueTaskSourceOnCompletedFlags } from './internal/index.js';
15
+ export { ValueTaskSourceStatus as ValueTaskSourceStatus } from './internal/index.js';
16
16
  export type IValueTaskSource_0 = Internal.IValueTaskSource;
17
17
  export type IValueTaskSource_1<TResult> = Internal.IValueTaskSource_1<TResult>;
18
18
  export type IValueTaskSource<TResult> = Internal.IValueTaskSource_1<TResult>;
19
- export type ManualResetValueTaskSourceCore_1<TResult> = Internal.ManualResetValueTaskSourceCore_1<TResult>;
20
- export type ManualResetValueTaskSourceCore<TResult> = Internal.ManualResetValueTaskSourceCore_1<TResult>;
19
+ export { ManualResetValueTaskSourceCore_1$instance as ManualResetValueTaskSourceCore_1 } from './internal/index.js';
20
+ export { ManualResetValueTaskSourceCore_1$instance as ManualResetValueTaskSourceCore } from './internal/index.js';
@@ -14,7 +14,7 @@ import type { AsyncCallback, Boolean as ClrBoolean, DateTime, Delegate, Double,
14
14
  export * from './internal/index.js';
15
15
 
16
16
  // Individual type exports for convenience
17
- export type ElapsedEventArgs = Internal.ElapsedEventArgs;
18
- export type ElapsedEventHandler = Internal.ElapsedEventHandler;
19
- export type Timer = Internal.Timer;
20
- export type TimersDescriptionAttribute = Internal.TimersDescriptionAttribute;
17
+ export { ElapsedEventArgs$instance as ElapsedEventArgs } from './internal/index.js';
18
+ export { ElapsedEventHandler$instance as ElapsedEventHandler } from './internal/index.js';
19
+ export { Timer$instance as Timer } from './internal/index.js';
20
+ export { TimersDescriptionAttribute$instance as TimersDescriptionAttribute } from './internal/index.js';
@@ -15,37 +15,37 @@ import type { AsyncCallback, Boolean as ClrBoolean, Byte, DateTime, Delegate, En
15
15
  export * from './internal/index.js';
16
16
 
17
17
  // Individual type exports for convenience
18
- export type CommittableTransaction = Internal.CommittableTransaction;
19
- export type DependentTransaction = Internal.DependentTransaction;
20
- export type Enlistment = Internal.Enlistment;
18
+ export { CommittableTransaction$instance as CommittableTransaction } from './internal/index.js';
19
+ export { DependentTransaction$instance as DependentTransaction } from './internal/index.js';
20
+ export { Enlistment$instance as Enlistment } from './internal/index.js';
21
21
  export type IDtcTransaction = Internal.IDtcTransaction;
22
22
  export type IEnlistmentNotification = Internal.IEnlistmentNotification;
23
23
  export type IPromotableSinglePhaseNotification = Internal.IPromotableSinglePhaseNotification;
24
24
  export type ISimpleTransactionSuperior = Internal.ISimpleTransactionSuperior;
25
25
  export type ISinglePhaseNotification = Internal.ISinglePhaseNotification;
26
26
  export type ITransactionPromoter = Internal.ITransactionPromoter;
27
- export type PreparingEnlistment = Internal.PreparingEnlistment;
28
- export type SinglePhaseEnlistment = Internal.SinglePhaseEnlistment;
29
- export type SubordinateTransaction = Internal.SubordinateTransaction;
30
- export type TransactionEventArgs = Internal.TransactionEventArgs;
31
- export type TransactionCompletedEventHandler = Internal.TransactionCompletedEventHandler;
32
- export type IsolationLevel = Internal.IsolationLevel;
33
- export type TransactionStatus = Internal.TransactionStatus;
34
- export type DependentCloneOption = Internal.DependentCloneOption;
35
- export type EnlistmentOptions = Internal.EnlistmentOptions;
36
- export type Transaction = Internal.Transaction;
37
- export type TransactionException = Internal.TransactionException;
38
- export type TransactionAbortedException = Internal.TransactionAbortedException;
39
- export type TransactionInDoubtException = Internal.TransactionInDoubtException;
40
- export type TransactionManagerCommunicationException = Internal.TransactionManagerCommunicationException;
41
- export type TransactionPromotionException = Internal.TransactionPromotionException;
42
- export type TransactionInformation = Internal.TransactionInformation;
43
- export type HostCurrentTransactionCallback = Internal.HostCurrentTransactionCallback;
44
- export type TransactionStartedEventHandler = Internal.TransactionStartedEventHandler;
45
- export type TransactionManager = Internal.TransactionManager;
46
- export type TransactionOptions = Internal.TransactionOptions;
47
- export type TransactionScopeOption = Internal.TransactionScopeOption;
48
- export type TransactionScopeAsyncFlowOption = Internal.TransactionScopeAsyncFlowOption;
49
- export type EnterpriseServicesInteropOption = Internal.EnterpriseServicesInteropOption;
50
- export type TransactionScope = Internal.TransactionScope;
51
- export type TransactionInterop = Internal.TransactionInterop;
27
+ export { PreparingEnlistment$instance as PreparingEnlistment } from './internal/index.js';
28
+ export { SinglePhaseEnlistment$instance as SinglePhaseEnlistment } from './internal/index.js';
29
+ export { SubordinateTransaction$instance as SubordinateTransaction } from './internal/index.js';
30
+ export { TransactionEventArgs$instance as TransactionEventArgs } from './internal/index.js';
31
+ export { TransactionCompletedEventHandler$instance as TransactionCompletedEventHandler } from './internal/index.js';
32
+ export { IsolationLevel as IsolationLevel } from './internal/index.js';
33
+ export { TransactionStatus as TransactionStatus } from './internal/index.js';
34
+ export { DependentCloneOption as DependentCloneOption } from './internal/index.js';
35
+ export { EnlistmentOptions as EnlistmentOptions } from './internal/index.js';
36
+ export { Transaction$instance as Transaction } from './internal/index.js';
37
+ export { TransactionException$instance as TransactionException } from './internal/index.js';
38
+ export { TransactionAbortedException$instance as TransactionAbortedException } from './internal/index.js';
39
+ export { TransactionInDoubtException$instance as TransactionInDoubtException } from './internal/index.js';
40
+ export { TransactionManagerCommunicationException$instance as TransactionManagerCommunicationException } from './internal/index.js';
41
+ export { TransactionPromotionException$instance as TransactionPromotionException } from './internal/index.js';
42
+ export { TransactionInformation$instance as TransactionInformation } from './internal/index.js';
43
+ export { HostCurrentTransactionCallback$instance as HostCurrentTransactionCallback } from './internal/index.js';
44
+ export { TransactionStartedEventHandler$instance as TransactionStartedEventHandler } from './internal/index.js';
45
+ export { TransactionManager$instance as TransactionManager } from './internal/index.js';
46
+ export { TransactionOptions$instance as TransactionOptions } from './internal/index.js';
47
+ export { TransactionScopeOption as TransactionScopeOption } from './internal/index.js';
48
+ export { TransactionScopeAsyncFlowOption as TransactionScopeAsyncFlowOption } from './internal/index.js';
49
+ export { EnterpriseServicesInteropOption as EnterpriseServicesInteropOption } from './internal/index.js';
50
+ export { TransactionScope$instance as TransactionScope } from './internal/index.js';
51
+ export { TransactionInterop$instance as TransactionInterop } from './internal/index.js';
@@ -15,4 +15,4 @@ export * from './internal/index.js';
15
15
 
16
16
  // Individual type exports for convenience
17
17
  export type IHtmlString = Internal.IHtmlString;
18
- export type HttpUtility = Internal.HttpUtility;
18
+ export { HttpUtility$instance as HttpUtility } from './internal/index.js';
@@ -11,4 +11,4 @@ import type { Attribute, Boolean as ClrBoolean, Int32, Object as ClrObject, Stri
11
11
  export * from './internal/index.js';
12
12
 
13
13
  // Individual type exports for convenience
14
- export type ValueSerializerAttribute = Internal.ValueSerializerAttribute;
14
+ export { ValueSerializerAttribute$instance as ValueSerializerAttribute } from './internal/index.js';
@@ -23,85 +23,85 @@ import type { Array as ClrArray, AsyncCallback, Boolean as ClrBoolean, Byte, Cha
23
23
  export * from './internal/index.js';
24
24
 
25
25
  // Individual type exports for convenience
26
- export type XmlDataDocument = Internal.XmlDataDocument;
26
+ export { XmlDataDocument$instance as XmlDataDocument } from './internal/index.js';
27
27
  export type IFragmentCapableXmlDictionaryWriter = Internal.IFragmentCapableXmlDictionaryWriter;
28
28
  export type IStreamProvider = Internal.IStreamProvider;
29
29
  export type IXmlDictionary = Internal.IXmlDictionary;
30
- export type UniqueId = Internal.UniqueId;
30
+ export { UniqueId$instance as UniqueId } from './internal/index.js';
31
31
  export type IXmlBinaryReaderInitializer = Internal.IXmlBinaryReaderInitializer;
32
- export type XmlBinaryReaderSession = Internal.XmlBinaryReaderSession;
32
+ export { XmlBinaryReaderSession$instance as XmlBinaryReaderSession } from './internal/index.js';
33
33
  export type IXmlBinaryWriterInitializer = Internal.IXmlBinaryWriterInitializer;
34
- export type XmlBinaryWriterSession = Internal.XmlBinaryWriterSession;
35
- export type XmlDictionary = Internal.XmlDictionary;
36
- export type XmlDictionaryWriter = Internal.XmlDictionaryWriter;
37
- export type OnXmlDictionaryReaderClose = Internal.OnXmlDictionaryReaderClose;
38
- export type XmlDictionaryReader = Internal.XmlDictionaryReader;
39
- export type XmlDictionaryReaderQuotaTypes = Internal.XmlDictionaryReaderQuotaTypes;
40
- export type XmlDictionaryReaderQuotas = Internal.XmlDictionaryReaderQuotas;
41
- export type XmlDictionaryString = Internal.XmlDictionaryString;
34
+ export { XmlBinaryWriterSession$instance as XmlBinaryWriterSession } from './internal/index.js';
35
+ export { XmlDictionary$instance as XmlDictionary } from './internal/index.js';
36
+ export { XmlDictionaryWriter$instance as XmlDictionaryWriter } from './internal/index.js';
37
+ export { OnXmlDictionaryReaderClose$instance as OnXmlDictionaryReaderClose } from './internal/index.js';
38
+ export { XmlDictionaryReader$instance as XmlDictionaryReader } from './internal/index.js';
39
+ export { XmlDictionaryReaderQuotaTypes as XmlDictionaryReaderQuotaTypes } from './internal/index.js';
40
+ export { XmlDictionaryReaderQuotas$instance as XmlDictionaryReaderQuotas } from './internal/index.js';
41
+ export { XmlDictionaryString$instance as XmlDictionaryString } from './internal/index.js';
42
42
  export type IXmlTextReaderInitializer = Internal.IXmlTextReaderInitializer;
43
43
  export type IXmlTextWriterInitializer = Internal.IXmlTextWriterInitializer;
44
- export type XmlNamedNodeMap = Internal.XmlNamedNodeMap;
44
+ export { XmlNamedNodeMap$instance as XmlNamedNodeMap } from './internal/index.js';
45
45
  export type IApplicationResourceStreamResolver = Internal.IApplicationResourceStreamResolver;
46
46
  export type IHasXmlNode = Internal.IHasXmlNode;
47
47
  export type IXmlLineInfo = Internal.IXmlLineInfo;
48
48
  export type IXmlNamespaceResolver = Internal.IXmlNamespaceResolver;
49
- export type NameTable = Internal.NameTable;
50
- export type XmlDateTimeSerializationMode = Internal.XmlDateTimeSerializationMode;
51
- export type XmlConvert = Internal.XmlConvert;
52
- export type XmlException = Internal.XmlException;
53
- export type XmlNamespaceManager = Internal.XmlNamespaceManager;
54
- export type XmlNamespaceScope = Internal.XmlNamespaceScope;
55
- export type XmlNameTable = Internal.XmlNameTable;
56
- export type XmlNodeOrder = Internal.XmlNodeOrder;
57
- export type XmlNodeType = Internal.XmlNodeType;
58
- export type XmlQualifiedName = Internal.XmlQualifiedName;
59
- export type XmlResolver = Internal.XmlResolver;
60
- export type XmlSecureResolver = Internal.XmlSecureResolver;
61
- export type XmlUrlResolver = Internal.XmlUrlResolver;
62
- export type ConformanceLevel = Internal.ConformanceLevel;
63
- export type DtdProcessing = Internal.DtdProcessing;
64
- export type EntityHandling = Internal.EntityHandling;
65
- export type NamespaceHandling = Internal.NamespaceHandling;
66
- export type NewLineHandling = Internal.NewLineHandling;
67
- export type ReadState = Internal.ReadState;
68
- export type ValidationType = Internal.ValidationType;
69
- export type WhitespaceHandling = Internal.WhitespaceHandling;
70
- export type XmlParserContext = Internal.XmlParserContext;
71
- export type XmlReader = Internal.XmlReader;
72
- export type XmlReaderSettings = Internal.XmlReaderSettings;
73
- export type XmlSpace = Internal.XmlSpace;
74
- export type XmlTextReader = Internal.XmlTextReader;
75
- export type Formatting = Internal.Formatting;
76
- export type XmlTextWriter = Internal.XmlTextWriter;
77
- export type XmlValidatingReader = Internal.XmlValidatingReader;
78
- export type WriteState = Internal.WriteState;
79
- export type XmlWriter = Internal.XmlWriter;
80
- export type XmlOutputMethod = Internal.XmlOutputMethod;
81
- export type XmlWriterSettings = Internal.XmlWriterSettings;
82
- export type XmlAttribute = Internal.XmlAttribute;
83
- export type XmlAttributeCollection = Internal.XmlAttributeCollection;
84
- export type XmlCDataSection = Internal.XmlCDataSection;
85
- export type XmlCharacterData = Internal.XmlCharacterData;
86
- export type XmlComment = Internal.XmlComment;
87
- export type XmlDeclaration = Internal.XmlDeclaration;
88
- export type XmlDocument = Internal.XmlDocument;
89
- export type XmlDocumentFragment = Internal.XmlDocumentFragment;
90
- export type XmlDocumentType = Internal.XmlDocumentType;
91
- export type XmlElement = Internal.XmlElement;
92
- export type XmlEntity = Internal.XmlEntity;
93
- export type XmlEntityReference = Internal.XmlEntityReference;
94
- export type XmlNodeChangedAction = Internal.XmlNodeChangedAction;
95
- export type XmlImplementation = Internal.XmlImplementation;
96
- export type XmlLinkedNode = Internal.XmlLinkedNode;
97
- export type XmlNode = Internal.XmlNode;
98
- export type XmlNodeChangedEventArgs = Internal.XmlNodeChangedEventArgs;
99
- export type XmlNodeChangedEventHandler = Internal.XmlNodeChangedEventHandler;
100
- export type XmlNodeList = Internal.XmlNodeList;
101
- export type XmlNodeReader = Internal.XmlNodeReader;
102
- export type XmlNotation = Internal.XmlNotation;
103
- export type XmlProcessingInstruction = Internal.XmlProcessingInstruction;
104
- export type XmlSignificantWhitespace = Internal.XmlSignificantWhitespace;
105
- export type XmlText = Internal.XmlText;
106
- export type XmlWhitespace = Internal.XmlWhitespace;
107
- export type XmlTokenizedType = Internal.XmlTokenizedType;
49
+ export { NameTable$instance as NameTable } from './internal/index.js';
50
+ export { XmlDateTimeSerializationMode as XmlDateTimeSerializationMode } from './internal/index.js';
51
+ export { XmlConvert$instance as XmlConvert } from './internal/index.js';
52
+ export { XmlException$instance as XmlException } from './internal/index.js';
53
+ export { XmlNamespaceManager$instance as XmlNamespaceManager } from './internal/index.js';
54
+ export { XmlNamespaceScope as XmlNamespaceScope } from './internal/index.js';
55
+ export { XmlNameTable$instance as XmlNameTable } from './internal/index.js';
56
+ export { XmlNodeOrder as XmlNodeOrder } from './internal/index.js';
57
+ export { XmlNodeType as XmlNodeType } from './internal/index.js';
58
+ export { XmlQualifiedName$instance as XmlQualifiedName } from './internal/index.js';
59
+ export { XmlResolver$instance as XmlResolver } from './internal/index.js';
60
+ export { XmlSecureResolver$instance as XmlSecureResolver } from './internal/index.js';
61
+ export { XmlUrlResolver$instance as XmlUrlResolver } from './internal/index.js';
62
+ export { ConformanceLevel as ConformanceLevel } from './internal/index.js';
63
+ export { DtdProcessing as DtdProcessing } from './internal/index.js';
64
+ export { EntityHandling as EntityHandling } from './internal/index.js';
65
+ export { NamespaceHandling as NamespaceHandling } from './internal/index.js';
66
+ export { NewLineHandling as NewLineHandling } from './internal/index.js';
67
+ export { ReadState as ReadState } from './internal/index.js';
68
+ export { ValidationType as ValidationType } from './internal/index.js';
69
+ export { WhitespaceHandling as WhitespaceHandling } from './internal/index.js';
70
+ export { XmlParserContext$instance as XmlParserContext } from './internal/index.js';
71
+ export { XmlReader$instance as XmlReader } from './internal/index.js';
72
+ export { XmlReaderSettings$instance as XmlReaderSettings } from './internal/index.js';
73
+ export { XmlSpace as XmlSpace } from './internal/index.js';
74
+ export { XmlTextReader$instance as XmlTextReader } from './internal/index.js';
75
+ export { Formatting as Formatting } from './internal/index.js';
76
+ export { XmlTextWriter$instance as XmlTextWriter } from './internal/index.js';
77
+ export { XmlValidatingReader$instance as XmlValidatingReader } from './internal/index.js';
78
+ export { WriteState as WriteState } from './internal/index.js';
79
+ export { XmlWriter$instance as XmlWriter } from './internal/index.js';
80
+ export { XmlOutputMethod as XmlOutputMethod } from './internal/index.js';
81
+ export { XmlWriterSettings$instance as XmlWriterSettings } from './internal/index.js';
82
+ export { XmlAttribute$instance as XmlAttribute } from './internal/index.js';
83
+ export { XmlAttributeCollection$instance as XmlAttributeCollection } from './internal/index.js';
84
+ export { XmlCDataSection$instance as XmlCDataSection } from './internal/index.js';
85
+ export { XmlCharacterData$instance as XmlCharacterData } from './internal/index.js';
86
+ export { XmlComment$instance as XmlComment } from './internal/index.js';
87
+ export { XmlDeclaration$instance as XmlDeclaration } from './internal/index.js';
88
+ export { XmlDocument$instance as XmlDocument } from './internal/index.js';
89
+ export { XmlDocumentFragment$instance as XmlDocumentFragment } from './internal/index.js';
90
+ export { XmlDocumentType$instance as XmlDocumentType } from './internal/index.js';
91
+ export { XmlElement$instance as XmlElement } from './internal/index.js';
92
+ export { XmlEntity$instance as XmlEntity } from './internal/index.js';
93
+ export { XmlEntityReference$instance as XmlEntityReference } from './internal/index.js';
94
+ export { XmlNodeChangedAction as XmlNodeChangedAction } from './internal/index.js';
95
+ export { XmlImplementation$instance as XmlImplementation } from './internal/index.js';
96
+ export { XmlLinkedNode$instance as XmlLinkedNode } from './internal/index.js';
97
+ export { XmlNode$instance as XmlNode } from './internal/index.js';
98
+ export { XmlNodeChangedEventArgs$instance as XmlNodeChangedEventArgs } from './internal/index.js';
99
+ export { XmlNodeChangedEventHandler$instance as XmlNodeChangedEventHandler } from './internal/index.js';
100
+ export { XmlNodeList$instance as XmlNodeList } from './internal/index.js';
101
+ export { XmlNodeReader$instance as XmlNodeReader } from './internal/index.js';
102
+ export { XmlNotation$instance as XmlNotation } from './internal/index.js';
103
+ export { XmlProcessingInstruction$instance as XmlProcessingInstruction } from './internal/index.js';
104
+ export { XmlSignificantWhitespace$instance as XmlSignificantWhitespace } from './internal/index.js';
105
+ export { XmlText$instance as XmlText } from './internal/index.js';
106
+ export { XmlWhitespace$instance as XmlWhitespace } from './internal/index.js';
107
+ export { XmlTokenizedType as XmlTokenizedType } from './internal/index.js';
@@ -20,26 +20,26 @@ import type { Boolean as ClrBoolean, Enum, EventArgs, EventHandler_1, IComparabl
20
20
  export * from './internal/index.js';
21
21
 
22
22
  // Individual type exports for convenience
23
- export type Extensions = Internal.Extensions;
24
- export type XAttribute = Internal.XAttribute;
25
- export type XCData = Internal.XCData;
26
- export type XComment = Internal.XComment;
27
- export type XContainer = Internal.XContainer;
28
- export type XDeclaration = Internal.XDeclaration;
29
- export type XDocument = Internal.XDocument;
30
- export type XDocumentType = Internal.XDocumentType;
31
- export type XElement = Internal.XElement;
32
- export type XObjectChange = Internal.XObjectChange;
33
- export type LoadOptions = Internal.LoadOptions;
34
- export type SaveOptions = Internal.SaveOptions;
35
- export type ReaderOptions = Internal.ReaderOptions;
36
- export type XName = Internal.XName;
37
- export type XNamespace = Internal.XNamespace;
38
- export type XNode = Internal.XNode;
39
- export type XNodeDocumentOrderComparer = Internal.XNodeDocumentOrderComparer;
40
- export type XNodeEqualityComparer = Internal.XNodeEqualityComparer;
41
- export type XObject = Internal.XObject;
42
- export type XObjectChangeEventArgs = Internal.XObjectChangeEventArgs;
43
- export type XProcessingInstruction = Internal.XProcessingInstruction;
44
- export type XStreamingElement = Internal.XStreamingElement;
45
- export type XText = Internal.XText;
23
+ export { Extensions$instance as Extensions } from './internal/index.js';
24
+ export { XAttribute$instance as XAttribute } from './internal/index.js';
25
+ export { XCData$instance as XCData } from './internal/index.js';
26
+ export { XComment$instance as XComment } from './internal/index.js';
27
+ export { XContainer$instance as XContainer } from './internal/index.js';
28
+ export { XDeclaration$instance as XDeclaration } from './internal/index.js';
29
+ export { XDocument$instance as XDocument } from './internal/index.js';
30
+ export { XDocumentType$instance as XDocumentType } from './internal/index.js';
31
+ export { XElement$instance as XElement } from './internal/index.js';
32
+ export { XObjectChange as XObjectChange } from './internal/index.js';
33
+ export { LoadOptions as LoadOptions } from './internal/index.js';
34
+ export { SaveOptions as SaveOptions } from './internal/index.js';
35
+ export { ReaderOptions as ReaderOptions } from './internal/index.js';
36
+ export { XName$instance as XName } from './internal/index.js';
37
+ export { XNamespace$instance as XNamespace } from './internal/index.js';
38
+ export { XNode$instance as XNode } from './internal/index.js';
39
+ export { XNodeDocumentOrderComparer$instance as XNodeDocumentOrderComparer } from './internal/index.js';
40
+ export { XNodeEqualityComparer$instance as XNodeEqualityComparer } from './internal/index.js';
41
+ export { XObject$instance as XObject } from './internal/index.js';
42
+ export { XObjectChangeEventArgs$instance as XObjectChangeEventArgs } from './internal/index.js';
43
+ export { XProcessingInstruction$instance as XProcessingInstruction } from './internal/index.js';
44
+ export { XStreamingElement$instance as XStreamingElement } from './internal/index.js';
45
+ export { XText$instance as XText } from './internal/index.js';
@@ -16,5 +16,5 @@ import type { Boolean as ClrBoolean, Byte, Enum, IComparable, IConvertible, IFor
16
16
  export * from './internal/index.js';
17
17
 
18
18
  // Individual type exports for convenience
19
- export type XmlKnownDtds = Internal.XmlKnownDtds;
20
- export type XmlPreloadedResolver = Internal.XmlPreloadedResolver;
19
+ export { XmlKnownDtds as XmlKnownDtds } from './internal/index.js';
20
+ export { XmlPreloadedResolver$instance as XmlPreloadedResolver } from './internal/index.js';