Skip to content

Commit c4ad237

Browse files
committed
C#: Update expected test output
1 parent 516bd9f commit c4ad237

File tree

15 files changed

+1202
-256
lines changed

15 files changed

+1202
-256
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
| Assembly1, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null | no compilation |
22
| Locations, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null | has compilation |
33
| System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 | no compilation |
4-
| System.Console, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a | no compilation |
4+
| System.Console, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a | no compilation |
55
| System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 | no compilation |
6-
| System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e | no compilation |
7-
| System.Runtime, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a | no compilation |
8-
| System.Runtime.Extensions, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a | no compilation |
6+
| System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e | no compilation |
7+
| System.Runtime, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a | no compilation |
8+
| System.Runtime.Extensions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a | no compilation |
99
| mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 | no compilation |

csharp/ql/test/library-tests/cil/attributes/attribute.expected

Lines changed: 814 additions & 106 deletions
Large diffs are not rendered by default.

csharp/ql/test/library-tests/cil/consistency/consistency.expected

Lines changed: 9 additions & 2 deletions
Large diffs are not rendered by default.

csharp/ql/test/library-tests/cil/dataflow/CallableReturns.expected

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ alwaysNonNull
1111
| System.ArgumentException System.ThrowHelper.GetAddingDuplicateWithKeyArgumentException(System.Object) |
1212
| System.ArgumentException System.ThrowHelper.GetWrongKeyTypeArgumentException(System.Object,System.Type) |
1313
| System.ArgumentException System.ThrowHelper.GetWrongValueTypeArgumentException(System.Object,System.Type) |
14-
| System.ArgumentNullException System.ThrowHelper.GetArgumentNullException(System.ExceptionArgument) |
1514
| System.Collections.Generic.KeyNotFoundException System.ThrowHelper.GetKeyNotFoundException(System.Object) |
15+
| System.Exception System.ThrowHelper.CreateEndOfFileException() |
1616
| System.Exception System.ThrowHelper.GetArraySegmentCtorValidationFailedException(System.Array,System.Int32,System.Int32) |
1717
| System.InvalidOperationException System.ThrowHelper.GetInvalidOperationException_EnumCurrent(System.Int32) |
1818
| System.Object Dataflow.NonNullMethods.ReturnsNonNull2() |
@@ -35,26 +35,35 @@ alwaysThrows
3535
| System.Object Dataflow.ThrowingMethods.get_ThrowProperty() | System.Exception | 0: newobj System.Exception..ctor, 1: throw |
3636
| System.Object Dataflow.ThrowingMethods.get_VirtualThrowProperty() | System.Exception | 0: newobj System.Exception..ctor, 1: throw |
3737
| System.Object System.ValueTuple.get_Item(System.Int32) | System.IndexOutOfRangeException | 0: newobj System.IndexOutOfRangeException..ctor, 1: throw |
38+
| System.Void System.ThrowHelper.ArgumentOutOfRangeException_Enum_Value() | System.ArgumentOutOfRangeException | 0: ldstr "value", 1: call System.SR.get_ArgumentOutOfRange_Enum, 2: newobj System.ArgumentOutOfRangeException..ctor, 3: throw |
3839
| System.Void System.ThrowHelper.ThrowAddingDuplicateWithKeyArgumentException`1(!0) | System.ArgumentException | 0: ldarg.0, 1: box, 2: call System.ThrowHelper.GetAddingDuplicateWithKeyArgumentException, 3: throw |
3940
| System.Void System.ThrowHelper.ThrowAggregateException(System.Collections.Generic.List<System.Exception>) | System.AggregateException | 0: ldarg.0, 1: newobj System.AggregateException..ctor, 2: throw |
4041
| System.Void System.ThrowHelper.ThrowArgumentException_Argument_InvalidArrayType() | System.ArgumentException | 0: call System.SR.get_Argument_InvalidArrayType, 1: newobj System.ArgumentException..ctor, 2: throw |
4142
| System.Void System.ThrowHelper.ThrowArgumentException_BadComparer(System.Object) | System.ArgumentException | 0: call System.SR.get_Arg_BogusIComparer, 1: ldarg.0, 2: call System.SR.Format, 3: newobj System.ArgumentException..ctor, 4: throw |
4243
| System.Void System.ThrowHelper.ThrowArgumentException_CannotExtractScalar(System.ExceptionArgument) | System.ArgumentException | 0: ldc.i4.s 31, 1: ldarg.0, 2: call System.ThrowHelper.GetArgumentException, 3: throw |
4344
| System.Void System.ThrowHelper.ThrowArgumentException_DestinationTooShort() | System.ArgumentException | 0: call System.SR.get_Argument_DestinationTooShort, 1: ldstr "destination", 2: newobj System.ArgumentException..ctor, 3: throw |
45+
| System.Void System.ThrowHelper.ThrowArgumentException_HandleNotAsync(System.String) | System.ArgumentException | 0: call System.SR.get_Arg_HandleNotAsync, 1: ldarg.0, 2: newobj System.ArgumentException..ctor, 3: throw |
46+
| System.Void System.ThrowHelper.ThrowArgumentException_HandleNotSync(System.String) | System.ArgumentException | 0: call System.SR.get_Arg_HandleNotSync, 1: ldarg.0, 2: newobj System.ArgumentException..ctor, 3: throw |
47+
| System.Void System.ThrowHelper.ThrowArgumentException_InvalidHandle(System.String) | System.ArgumentException | 0: call System.SR.get_Arg_InvalidHandle, 1: ldarg.0, 2: newobj System.ArgumentException..ctor, 3: throw |
4448
| System.Void System.ThrowHelper.ThrowArgumentException_OverlapAlignmentMismatch() | System.ArgumentException | 0: call System.SR.get_Argument_OverlapAlignmentMismatch, 1: newobj System.ArgumentException..ctor, 2: throw |
45-
| System.Void System.ThrowHelper.ThrowArgumentNullException(System.ExceptionArgument) | System.ArgumentNullException | 0: ldarg.0, 1: call System.ThrowHelper.GetArgumentNullException, 2: throw |
49+
| System.Void System.ThrowHelper.ThrowArgumentException_TupleIncorrectType(System.Object) | System.ArgumentException | 0: call System.SR.get_ArgumentException_ValueTupleIncorrectType, 1: ldarg.0, 2: callvirt System.Object.GetType, 3: call System.SR.Format, 4: ldstr "other", 5: newobj System.ArgumentException..ctor, 6: throw |
50+
| System.Void System.ThrowHelper.ThrowArgumentNullException(System.ExceptionArgument) | System.ArgumentNullException | 0: ldarg.0, 1: call System.ThrowHelper.GetArgumentName, 2: newobj System.ArgumentNullException..ctor, 3: throw |
4651
| System.Void System.ThrowHelper.ThrowArgumentOutOfRangeException() | System.ArgumentOutOfRangeException | 0: newobj System.ArgumentOutOfRangeException..ctor, 1: throw |
4752
| System.Void System.ThrowHelper.ThrowArgumentOutOfRangeException(System.ExceptionArgument) | System.ArgumentOutOfRangeException | 0: ldarg.0, 1: call System.ThrowHelper.GetArgumentName, 2: newobj System.ArgumentOutOfRangeException..ctor, 3: throw |
53+
| System.Void System.ThrowHelper.ThrowArgumentOutOfRangeException_NeedNonNegNum(System.String) | System.ArgumentOutOfRangeException | 0: ldarg.0, 1: call System.SR.get_ArgumentOutOfRange_NeedNonNegNum, 2: newobj System.ArgumentOutOfRangeException..ctor, 3: throw |
4854
| System.Void System.ThrowHelper.ThrowArgumentOutOfRangeException_PrecisionTooLarge() | System.ArgumentOutOfRangeException | 0: ldstr "precision", 1: call System.SR.get_Argument_PrecisionTooLarge, 2: ldc.i4.s 31, 3: box, 4: call System.SR.Format, 5: newobj System.ArgumentOutOfRangeException..ctor, 6: throw |
4955
| System.Void System.ThrowHelper.ThrowArgumentOutOfRangeException_SymbolDoesNotFit() | System.ArgumentOutOfRangeException | 0: ldstr "symbol", 1: call System.SR.get_Argument_BadFormatSpecifier, 2: newobj System.ArgumentOutOfRangeException..ctor, 3: throw |
5056
| System.Void System.ThrowHelper.ThrowArgumentOutOfRange_BadHourMinuteSecond() | System.ArgumentOutOfRangeException | 0: ldnull, 1: call System.SR.get_ArgumentOutOfRange_BadHourMinuteSecond, 2: newobj System.ArgumentOutOfRangeException..ctor, 3: throw |
5157
| System.Void System.ThrowHelper.ThrowArgumentOutOfRange_BadYearMonthDay() | System.ArgumentOutOfRangeException | 0: ldnull, 1: call System.SR.get_ArgumentOutOfRange_BadYearMonthDay, 2: newobj System.ArgumentOutOfRangeException..ctor, 3: throw |
58+
| System.Void System.ThrowHelper.ThrowArgumentOutOfRange_DayNumber(System.Int32) | System.ArgumentOutOfRangeException | 0: ldstr "dayNumber", 1: ldarg.0, 2: box, 3: call System.SR.get_ArgumentOutOfRange_DayNumber, 4: newobj System.ArgumentOutOfRangeException..ctor, 5: throw |
5259
| System.Void System.ThrowHelper.ThrowArgumentOutOfRange_IndexException() | System.ArgumentOutOfRangeException | 0: ldc.i4.s 31, 1: ldc.i4.0, 2: call System.ThrowHelper.GetArgumentOutOfRangeException, 3: throw |
60+
| System.Void System.ThrowHelper.ThrowArgumentOutOfRange_Month(System.Int32) | System.ArgumentOutOfRangeException | 0: ldstr "month", 1: ldarg.0, 2: box, 3: call System.SR.get_ArgumentOutOfRange_Month, 4: newobj System.ArgumentOutOfRangeException..ctor, 5: throw |
5361
| System.Void System.ThrowHelper.ThrowArgumentOutOfRange_TimeSpanTooLong() | System.ArgumentOutOfRangeException | 0: ldnull, 1: call System.SR.get_Overflow_TimeSpanTooLong, 2: newobj System.ArgumentOutOfRangeException..ctor, 3: throw |
5462
| System.Void System.ThrowHelper.ThrowArgumentOutOfRange_Year() | System.ArgumentOutOfRangeException | 0: ldc.i4.s 31, 1: ldc.i4.4, 2: call System.ThrowHelper.GetArgumentOutOfRangeException, 3: throw |
5563
| System.Void System.ThrowHelper.ThrowArraySegmentCtorValidationFailedExceptions(System.Array,System.Int32,System.Int32) | System.Exception | 0: ldarg.0, 1: ldarg.1, 2: ldarg.2, 3: call System.ThrowHelper.GetArraySegmentCtorValidationFailedException, 4: throw |
5664
| System.Void System.ThrowHelper.ThrowArrayTypeMismatchException() | System.ArrayTypeMismatchException | 0: newobj System.ArrayTypeMismatchException..ctor, 1: throw |
5765
| System.Void System.ThrowHelper.ThrowCountArgumentOutOfRange_ArgumentOutOfRange_Count() | System.ArgumentOutOfRangeException | 0: ldc.i4.s 31, 1: ldc.i4.3, 2: call System.ThrowHelper.GetArgumentOutOfRangeException, 3: throw |
66+
| System.Void System.ThrowHelper.ThrowEndOfFileException() | System.Exception | 0: call System.ThrowHelper.CreateEndOfFileException, 1: throw |
5867
| System.Void System.ThrowHelper.ThrowFormatException_BadFormatSpecifier() | System.FormatException | 0: call System.SR.get_Argument_BadFormatSpecifier, 1: newobj System.FormatException..ctor, 2: throw |
5968
| System.Void System.ThrowHelper.ThrowIndexArgumentOutOfRange_NeedNonNegNumException() | System.ArgumentOutOfRangeException | 0: ldc.i4.s 31, 1: ldc.i4.s 31, 2: call System.ThrowHelper.GetArgumentOutOfRangeException, 3: throw |
6069
| System.Void System.ThrowHelper.ThrowIndexOutOfRangeException() | System.IndexOutOfRangeException | 0: newobj System.IndexOutOfRangeException..ctor, 1: throw |
@@ -72,6 +81,12 @@ alwaysThrows
7281
| System.Void System.ThrowHelper.ThrowKeyNotFoundException`1(!0) | System.Collections.Generic.KeyNotFoundException | 0: ldarg.0, 1: box, 2: call System.ThrowHelper.GetKeyNotFoundException, 3: throw |
7382
| System.Void System.ThrowHelper.ThrowLengthArgumentOutOfRange_ArgumentOutOfRange_NeedNonNegNum() | System.ArgumentOutOfRangeException | 0: ldc.i4.s 31, 1: ldc.i4.s 31, 2: call System.ThrowHelper.GetArgumentOutOfRangeException, 3: throw |
7483
| System.Void System.ThrowHelper.ThrowNotSupportedException() | System.NotSupportedException | 0: newobj System.NotSupportedException..ctor, 1: throw |
84+
| System.Void System.ThrowHelper.ThrowNotSupportedException_UnreadableStream() | System.NotSupportedException | 0: call System.SR.get_NotSupported_UnreadableStream, 1: newobj System.NotSupportedException..ctor, 2: throw |
85+
| System.Void System.ThrowHelper.ThrowNotSupportedException_UnseekableStream() | System.NotSupportedException | 0: call System.SR.get_NotSupported_UnseekableStream, 1: newobj System.NotSupportedException..ctor, 2: throw |
86+
| System.Void System.ThrowHelper.ThrowNotSupportedException_UnwritableStream() | System.NotSupportedException | 0: call System.SR.get_NotSupported_UnwritableStream, 1: newobj System.NotSupportedException..ctor, 2: throw |
87+
| System.Void System.ThrowHelper.ThrowObjectDisposedException_FileClosed() | System.ObjectDisposedException | 0: ldnull, 1: call System.SR.get_ObjectDisposed_FileClosed, 2: newobj System.ObjectDisposedException..ctor, 3: throw |
88+
| System.Void System.ThrowHelper.ThrowObjectDisposedException_StreamClosed(System.String) | System.ObjectDisposedException | 0: ldarg.0, 1: call System.SR.get_ObjectDisposed_StreamClosed, 2: newobj System.ObjectDisposedException..ctor, 3: throw |
89+
| System.Void System.ThrowHelper.ThrowOutOfMemoryException() | System.OutOfMemoryException | 0: newobj System.OutOfMemoryException..ctor, 1: throw |
7590
| System.Void System.ThrowHelper.ThrowStartIndexArgumentOutOfRange_ArgumentOutOfRange_Index() | System.ArgumentOutOfRangeException | 0: ldc.i4.8, 1: ldc.i4.0, 2: call System.ThrowHelper.GetArgumentOutOfRangeException, 3: throw |
7691
| System.Void System.ThrowHelper.ThrowValueArgumentOutOfRange_NeedNonNegNumException() | System.ArgumentOutOfRangeException | 0: ldc.i4.7, 1: ldc.i4.s 31, 2: call System.ThrowHelper.GetArgumentOutOfRangeException, 3: throw |
7792
| System.Void System.ThrowHelper.ThrowWrongKeyTypeArgumentException`1(!0,System.Type) | System.ArgumentException | 0: ldarg.0, 1: box, 2: ldarg.1, 3: call System.ThrowHelper.GetWrongKeyTypeArgumentException, 4: throw |

csharp/ql/test/library-tests/cil/dataflow/TrivialProperties.expected

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
| System.Reflection.AssemblyName.CodeBase |
66
| System.Reflection.AssemblyName.CultureInfo |
77
| System.Reflection.AssemblyName.HashAlgorithm |
8-
| System.Reflection.AssemblyName.KeyPair |
98
| System.Reflection.AssemblyName.Name |
109
| System.Reflection.AssemblyName.Version |
1110
| System.Reflection.AssemblyName.VersionCompatibility |

csharp/ql/test/library-tests/cil/enums/enums.expected

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,26 @@
66
| Interop.PollEvents | short |
77
| Interop.Sys.AccessMode | int |
88
| Interop.Sys.ControlCharacterNames | int |
9-
| Interop.Sys.CtrlCode | int |
109
| Interop.Sys.FileAdvice | int |
1110
| Interop.Sys.FileStatusFlags | int |
1211
| Interop.Sys.LockOperations | int |
1312
| Interop.Sys.NodeType | int |
1413
| Interop.Sys.OpenFlags | int |
14+
| Interop.Sys.Permissions | int |
1515
| Interop.Sys.SeekWhence | int |
1616
| Interop.Sys.SysConfName | int |
1717
| Interop.Sys.SysLogPriority | int |
18+
| Interop.Sys.UnixFileSystemTypes | long |
19+
| Microsoft.Win32.SafeHandles.SafeFileHandle.NullableBool | int |
20+
| Microsoft.Win32.SafeHandles.SafeFileHandle.ThreadPoolValueTaskSource.Operation | byte |
1821
| System.AttributeTargets | int |
1922
| System.Base64FormattingOptions | int |
2023
| System.Buffers.ArrayPoolEventSource.BufferAllocatedReason | int |
24+
| System.Buffers.ArrayPoolEventSource.BufferDroppedReason | int |
2125
| System.Buffers.OperationStatus | int |
2226
| System.Buffers.Text.Utf8Parser.ComponentParseResult | byte |
2327
| System.Buffers.Text.Utf8Parser.ParseNumberOptions | int |
24-
| System.Buffers.TlsOverPerCoreLockedStacksArrayPool.MemoryPressure | int |
28+
| System.Buffers.Utilities.MemoryPressure | int |
2529
| System.Collections.Generic.InsertionBehavior | byte |
2630
| System.ComponentModel.EditorBrowsableState | int |
2731
| System.Configuration.Assemblies.AssemblyHashAlgorithm | int |
@@ -43,7 +47,6 @@
4347
| System.Diagnostics.DebuggableAttribute.DebuggingModes | int |
4448
| System.Diagnostics.DebuggerBrowsableState | int |
4549
| System.Diagnostics.StackTrace.TraceFormat | int |
46-
| System.Diagnostics.SymbolStore.SymAddressKind | int |
4750
| System.Diagnostics.Tracing.ControllerCommand | int |
4851
| System.Diagnostics.Tracing.EventActivityOptions | int |
4952
| System.Diagnostics.Tracing.EventChannel | byte |
@@ -55,14 +58,15 @@
5558
| System.Diagnostics.Tracing.EventLevel | int |
5659
| System.Diagnostics.Tracing.EventManifestOptions | int |
5760
| System.Diagnostics.Tracing.EventOpcode | int |
58-
| System.Diagnostics.Tracing.EventPipeMetadataGenerator.MetadataTag | int |
5961
| System.Diagnostics.Tracing.EventPipeSerializationFormat | int |
6062
| System.Diagnostics.Tracing.EventProvider.WriteEventErrorCode | int |
6163
| System.Diagnostics.Tracing.EventProviderType | int |
6264
| System.Diagnostics.Tracing.EventSourceSettings | int |
6365
| System.Diagnostics.Tracing.EventTags | int |
6466
| System.Diagnostics.Tracing.EventTask | int |
6567
| System.Diagnostics.Tracing.ManifestEnvelope.ManifestFormats | byte |
68+
| System.Diagnostics.Tracing.NativeRuntimeEventSource.ThreadAdjustmentReasonMap | uint |
69+
| System.Diagnostics.Tracing.RuntimeEventSource.EventId | int |
6670
| System.Diagnostics.Tracing.TraceLoggingDataType | int |
6771
| System.Environment.SpecialFolder | int |
6872
| System.Environment.SpecialFolderOption | int |
@@ -113,6 +117,10 @@
113117
| System.IO.FileOptions | int |
114118
| System.IO.FileShare | int |
115119
| System.IO.HandleInheritability | int |
120+
| System.IO.MatchCasing | int |
121+
| System.IO.MatchType | int |
122+
| System.IO.SearchOption | int |
123+
| System.IO.SearchTarget | int |
116124
| System.IO.SeekOrigin | int |
117125
| System.LazyState | int |
118126
| System.LoaderOptimization | int |
@@ -153,6 +161,8 @@
153161
| System.Reflection.MethodAttributes | int |
154162
| System.Reflection.MethodImplAttributes | int |
155163
| System.Reflection.MethodSemanticsAttributes | int |
164+
| System.Reflection.NullabilityInfoContext.NotAnnotatedStatus | int |
165+
| System.Reflection.NullabilityState | int |
156166
| System.Reflection.PInvokeAttributes | int |
157167
| System.Reflection.ParameterAttributes | int |
158168
| System.Reflection.PortableExecutableKinds | int |
@@ -192,13 +202,16 @@
192202
| System.Runtime.InteropServices.ComTypes.TYPEKIND | int |
193203
| System.Runtime.InteropServices.ComTypes.VARFLAGS | short |
194204
| System.Runtime.InteropServices.ComTypes.VARKIND | int |
205+
| System.Runtime.InteropServices.ComWrappersScenario | int |
195206
| System.Runtime.InteropServices.CreateComInterfaceFlags | int |
196207
| System.Runtime.InteropServices.CreateObjectFlags | int |
197208
| System.Runtime.InteropServices.CustomQueryInterfaceMode | int |
198209
| System.Runtime.InteropServices.CustomQueryInterfaceResult | int |
199210
| System.Runtime.InteropServices.DllImportSearchPath | int |
200211
| System.Runtime.InteropServices.GCHandleType | int |
201212
| System.Runtime.InteropServices.LayoutKind | int |
213+
| System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal.MessageSendFunction | int |
214+
| System.Runtime.InteropServices.PosixSignal | int |
202215
| System.Runtime.InteropServices.UnmanagedType | int |
203216
| System.Runtime.InteropServices.VarEnum | int |
204217
| System.Runtime.Intrinsics.X86.FloatComparisonMode | byte |
@@ -229,6 +242,9 @@
229242
| System.Threading.EventResetMode | int |
230243
| System.Threading.LazyThreadSafetyMode | int |
231244
| System.Threading.LockRecursionPolicy | int |
245+
| System.Threading.OpenExistingResult | int |
246+
| System.Threading.PortableThreadPool.HillClimbing.StateOrTransition | int |
247+
| System.Threading.PortableThreadPool.PendingBlockingAdjustment | byte |
232248
| System.Threading.ReaderWriterLockSlim.EnterLockType | int |
233249
| System.Threading.ReaderWriterLockSlim.EnterSpinLockReason | int |
234250
| System.Threading.ReaderWriterLockSlim.WaiterStates | byte |
@@ -240,13 +256,13 @@
240256
| System.Threading.Tasks.InternalTaskOptions | int |
241257
| System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags | int |
242258
| System.Threading.Tasks.Sources.ValueTaskSourceStatus | int |
259+
| System.Threading.Tasks.Task.TaskStateFlags | int |
243260
| System.Threading.Tasks.TaskContinuationOptions | int |
244261
| System.Threading.Tasks.TaskCreationOptions | int |
245262
| System.Threading.Tasks.TaskStatus | int |
246263
| System.Threading.Tasks.TplEventSource.TaskWaitBehavior | int |
247264
| System.Threading.ThreadPriority | int |
248265
| System.Threading.ThreadState | int |
249-
| System.Threading.WaitHandle.OpenExistingResult | int |
250266
| System.TimeZoneInfo.StringSerializer.State | int |
251267
| System.TimeZoneInfo.TZVersion | byte |
252268
| System.TimeZoneInfo.TimeZoneInfoResult | int |

0 commit comments

Comments
 (0)