Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6205ec2

Browse files
committed
Fix more failing tests
1 parent 2b1c6fa commit 6205ec2

13 files changed

Lines changed: 844 additions & 328 deletions

File tree

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=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a | no compilation |
4+
| System.Console, Version=5.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=4.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e | no compilation |
7-
| System.Runtime, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a | no compilation |
8-
| System.Runtime.Extensions, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a | 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 |
99
| mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 | no compilation |

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

Lines changed: 457 additions & 93 deletions
Large diffs are not rendered by default.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
1+
| DispatchTailCalls | No label |
2+
| EnumCalendarInfo | No label |
13
| Finalize | Overridden method from System.Object is not in a base type |
4+
| Unknown instruction in DispatchTailCalls | Call has invalid target |
5+
| Unknown instruction in DispatchTailCalls | Cfg node has 0 pop counts |
6+
| Unknown instruction in DispatchTailCalls | Cfg node has 0 push counts |
7+
| Unknown instruction in DispatchTailCalls | Inconsistent stack size |
8+
| Unknown instruction in DispatchTailCalls | Opcode 41 is missing a QL class |
9+
| bne.un.s | Inconsistent stack size |
10+
| conv.u | Inconsistent stack size |
11+
| delegate* managed<IntPtr,IntPtr,IntPtr*,Void> | No label |
12+
| delegate* unmanaged<Char*,IntPtr,Void> | No label |
13+
| ldarg.1 | Inconsistent stack size |
14+
| ldc.i4.0 | Inconsistent stack size |
15+
| ldfld | Inconsistent stack size |
16+
| ldloc.3 | Inconsistent stack size |
17+
| leave.s | Inconsistent stack size |
18+
| ret | Inconsistent stack size |
19+
| starg.s | Inconsistent stack size |

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ alwaysNonNull
2424
| System.String System.ThrowHelper.GetArgumentName(System.ExceptionArgument) |
2525
| System.Text.Encoder System.Text.ASCIIEncoding.GetEncoder() |
2626
| System.Text.Encoder System.Text.Encoding.GetEncoder() |
27-
| System.Text.Encoder System.Text.EncodingNLS.GetEncoder() |
27+
| System.Text.Encoder System.Text.Latin1Encoding.GetEncoder() |
2828
| System.Text.Encoder System.Text.UTF7Encoding.GetEncoder() |
2929
| System.Text.Encoder System.Text.UTF8Encoding.GetEncoder() |
3030
| System.Text.Encoder System.Text.UTF32Encoding.GetEncoder() |
@@ -38,6 +38,7 @@ alwaysThrows
3838
| System.Void System.ThrowHelper.ThrowAddingDuplicateWithKeyArgumentException`1(!0) | System.ArgumentException | 0: ldarg.0, 1: box, 2: call System.ThrowHelper.GetAddingDuplicateWithKeyArgumentException, 3: throw |
3939
| System.Void System.ThrowHelper.ThrowAggregateException(System.Collections.Generic.List<System.Exception>) | System.AggregateException | 0: ldarg.0, 1: newobj System.AggregateException..ctor, 2: throw |
4040
| System.Void System.ThrowHelper.ThrowArgumentException_Argument_InvalidArrayType() | System.ArgumentException | 0: call System.SR.get_Argument_InvalidArrayType, 1: newobj System.ArgumentException..ctor, 2: throw |
41+
| 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 |
4142
| 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 |
4243
| 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 |
4344
| System.Void System.ThrowHelper.ThrowArgumentException_OverlapAlignmentMismatch() | System.ArgumentException | 0: call System.SR.get_Argument_OverlapAlignmentMismatch, 1: newobj System.ArgumentException..ctor, 2: throw |
@@ -46,7 +47,11 @@ alwaysThrows
4647
| System.Void System.ThrowHelper.ThrowArgumentOutOfRangeException(System.ExceptionArgument) | System.ArgumentOutOfRangeException | 0: ldarg.0, 1: call System.ThrowHelper.GetArgumentName, 2: newobj System.ArgumentOutOfRangeException..ctor, 3: throw |
4748
| 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 |
4849
| 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 |
50+
| System.Void System.ThrowHelper.ThrowArgumentOutOfRange_BadHourMinuteSecond() | System.ArgumentOutOfRangeException | 0: ldnull, 1: call System.SR.get_ArgumentOutOfRange_BadHourMinuteSecond, 2: newobj System.ArgumentOutOfRangeException..ctor, 3: throw |
51+
| System.Void System.ThrowHelper.ThrowArgumentOutOfRange_BadYearMonthDay() | System.ArgumentOutOfRangeException | 0: ldnull, 1: call System.SR.get_ArgumentOutOfRange_BadYearMonthDay, 2: newobj System.ArgumentOutOfRangeException..ctor, 3: throw |
4952
| System.Void System.ThrowHelper.ThrowArgumentOutOfRange_IndexException() | System.ArgumentOutOfRangeException | 0: ldc.i4.s 31, 1: ldc.i4.0, 2: call System.ThrowHelper.GetArgumentOutOfRangeException, 3: throw |
53+
| System.Void System.ThrowHelper.ThrowArgumentOutOfRange_TimeSpanTooLong() | System.ArgumentOutOfRangeException | 0: ldnull, 1: call System.SR.get_Overflow_TimeSpanTooLong, 2: newobj System.ArgumentOutOfRangeException..ctor, 3: throw |
54+
| System.Void System.ThrowHelper.ThrowArgumentOutOfRange_Year() | System.ArgumentOutOfRangeException | 0: ldc.i4.s 31, 1: ldc.i4.4, 2: call System.ThrowHelper.GetArgumentOutOfRangeException, 3: throw |
5055
| 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 |
5156
| System.Void System.ThrowHelper.ThrowArrayTypeMismatchException() | System.ArrayTypeMismatchException | 0: newobj System.ArrayTypeMismatchException..ctor, 1: throw |
5257
| 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 |

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

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
| Interop.Error | int |
44
| Interop.Globalization.ResultCode | int |
55
| Interop.Globalization.TimeZoneDisplayNameType | int |
6+
| Interop.PollEvents | short |
67
| Interop.Sys.AccessMode | int |
78
| Interop.Sys.ControlCharacterNames | int |
89
| Interop.Sys.CtrlCode | int |
@@ -11,15 +12,13 @@
1112
| Interop.Sys.LockOperations | int |
1213
| Interop.Sys.NodeType | int |
1314
| Interop.Sys.OpenFlags | int |
14-
| Interop.Sys.PollEvents | short |
1515
| Interop.Sys.SeekWhence | int |
1616
| Interop.Sys.SysConfName | int |
1717
| Interop.Sys.SysLogPriority | int |
1818
| System.AttributeTargets | int |
1919
| System.Base64FormattingOptions | int |
2020
| System.Buffers.ArrayPoolEventSource.BufferAllocatedReason | int |
2121
| System.Buffers.OperationStatus | int |
22-
| System.Buffers.Text.FormattingHelpers.HexCasing | uint |
2322
| System.Buffers.Text.Utf8Parser.ComponentParseResult | byte |
2423
| System.Buffers.Text.Utf8Parser.ParseNumberOptions | int |
2524
| System.Buffers.TlsOverPerCoreLockedStacksArrayPool.MemoryPressure | int |
@@ -39,6 +38,7 @@
3938
| System.DayOfWeek | int |
4039
| System.DefaultBinder.Primitives | int |
4140
| System.DelegateBindingFlags | int |
41+
| System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes | int |
4242
| System.Diagnostics.Contracts.ContractFailureKind | int |
4343
| System.Diagnostics.DebuggableAttribute.DebuggingModes | int |
4444
| System.Diagnostics.DebuggerBrowsableState | int |
@@ -55,6 +55,7 @@
5555
| System.Diagnostics.Tracing.EventLevel | int |
5656
| System.Diagnostics.Tracing.EventManifestOptions | int |
5757
| System.Diagnostics.Tracing.EventOpcode | int |
58+
| System.Diagnostics.Tracing.EventPipeMetadataGenerator.MetadataTag | int |
5859
| System.Diagnostics.Tracing.EventPipeSerializationFormat | int |
5960
| System.Diagnostics.Tracing.EventProvider.WriteEventErrorCode | int |
6061
| System.Diagnostics.Tracing.EventProviderType | int |
@@ -70,10 +71,11 @@
7071
| System.ExceptionArgument | int |
7172
| System.ExceptionResource | int |
7273
| System.GC.EndNoGCRegionStatus | int |
74+
| System.GC.GC_ALLOC_FLAGS | int |
7375
| System.GC.StartNoGCRegionStatus | int |
7476
| System.GCCollectionMode | int |
77+
| System.GCKind | int |
7578
| System.GCNotificationStatus | int |
76-
| System.Globalization.BidiCategory | int |
7779
| System.Globalization.CalendarAlgorithmType | int |
7880
| System.Globalization.CalendarDataType | int |
7981
| System.Globalization.CalendarId | ushort |
@@ -93,16 +95,18 @@
9395
| System.Globalization.HebrewNumber.HS | sbyte |
9496
| System.Globalization.HebrewNumber.HebrewToken | short |
9597
| System.Globalization.HebrewNumberParsingState | int |
96-
| System.Globalization.LocaleDataParts | int |
98+
| System.Globalization.IcuLocaleDataParts | int |
9799
| System.Globalization.MonthNameStyles | int |
98100
| System.Globalization.NumberStyles | int |
101+
| System.Globalization.StrongBidiCategory | int |
99102
| System.Globalization.TextInfo.Tristate | byte |
100103
| System.Globalization.TimeSpanFormat.StandardFormat | int |
101104
| System.Globalization.TimeSpanParse.TTT | byte |
102105
| System.Globalization.TimeSpanParse.TimeSpanStandardStyles | byte |
103106
| System.Globalization.TimeSpanStyles | int |
104107
| System.Globalization.UnicodeCategory | int |
105108
| System.Guid.GuidParseThrowStyle | byte |
109+
| System.HexConverter.Casing | uint |
106110
| System.IO.FileAccess | int |
107111
| System.IO.FileAttributes | int |
108112
| System.IO.FileMode | int |
@@ -111,6 +115,7 @@
111115
| System.IO.HandleInheritability | int |
112116
| System.IO.SeekOrigin | int |
113117
| System.LazyState | int |
118+
| System.LoaderOptimization | int |
114119
| System.MidpointRounding | int |
115120
| System.Number.NumberBufferKind | byte |
116121
| System.Number.ParsingStatus | int |
@@ -158,6 +163,7 @@
158163
| System.Reflection.TypeAttributes | int |
159164
| System.Resources.ResourceTypeCode | int |
160165
| System.Resources.UltimateResourceFallbackLocation | int |
166+
| System.Runtime.CompilerServices.CastHelpers.CastResult | int |
161167
| System.Runtime.CompilerServices.CompilationRelaxations | int |
162168
| System.Runtime.CompilerServices.LoadHint | int |
163169
| System.Runtime.CompilerServices.MethodCodeType | int |
@@ -186,6 +192,8 @@
186192
| System.Runtime.InteropServices.ComTypes.TYPEKIND | int |
187193
| System.Runtime.InteropServices.ComTypes.VARFLAGS | short |
188194
| System.Runtime.InteropServices.ComTypes.VARKIND | int |
195+
| System.Runtime.InteropServices.CreateComInterfaceFlags | int |
196+
| System.Runtime.InteropServices.CreateObjectFlags | int |
189197
| System.Runtime.InteropServices.CustomQueryInterfaceMode | int |
190198
| System.Runtime.InteropServices.CustomQueryInterfaceResult | int |
191199
| System.Runtime.InteropServices.DllImportSearchPath | int |
@@ -196,20 +204,27 @@
196204
| System.Runtime.Intrinsics.X86.FloatComparisonMode | byte |
197205
| System.Runtime.Loader.AssemblyLoadContext.InternalState | int |
198206
| System.Runtime.Serialization.StreamingContextStates | int |
207+
| System.Runtime.Versioning.ComponentGuaranteesOptions | int |
208+
| System.Runtime.Versioning.ResourceScope | int |
209+
| System.Runtime.Versioning.SxSRequirements | int |
199210
| System.RuntimeType.MemberListType | int |
200211
| System.RuntimeType.RuntimeTypeCache.CacheType | int |
201212
| System.Security.PartialTrustVisibilityLevel | int |
202213
| System.Security.Permissions.PermissionState | int |
214+
| System.Security.Permissions.SecurityAction | int |
215+
| System.Security.Permissions.SecurityPermissionFlag | int |
203216
| System.Security.Principal.PrincipalPolicy | int |
217+
| System.Security.Principal.TokenImpersonationLevel | int |
204218
| System.Security.SecurityCriticalScope | int |
205219
| System.Security.SecurityRuleSet | byte |
206-
| System.String.TrimType | int |
207220
| System.StringComparison | int |
208221
| System.StringSplitOptions | int |
209222
| System.StubHelpers.AsAnyMarshaler.BackPropAction | int |
210223
| System.TermInfo.WellKnownNumbers | int |
211224
| System.TermInfo.WellKnownStrings | int |
212225
| System.Text.NormalizationForm | int |
226+
| System.Text.TrimType | int |
227+
| System.Text.Unicode.GraphemeClusterBreakType | int |
213228
| System.Threading.ApartmentState | int |
214229
| System.Threading.EventResetMode | int |
215230
| System.Threading.LazyThreadSafetyMode | int |
@@ -218,6 +233,9 @@
218233
| System.Threading.ReaderWriterLockSlim.EnterSpinLockReason | int |
219234
| System.Threading.ReaderWriterLockSlim.WaiterStates | byte |
220235
| System.Threading.StackCrawlMark | int |
236+
| System.Threading.Tasks.AsyncCausalityStatus | int |
237+
| System.Threading.Tasks.CausalityRelation | int |
238+
| System.Threading.Tasks.CausalitySynchronousWork | int |
221239
| System.Threading.Tasks.ConcurrentExclusiveSchedulerPair.ProcessingMode | byte |
222240
| System.Threading.Tasks.InternalTaskOptions | int |
223241
| System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags | int |

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ fnptr
66
| delegate* managed<Int32&,Object& modreq(OutAttribute),Int32> | 2 | Int32 | 0 |
77
| delegate* managed<Int32*,Void*> | 1 | Void* | 0 |
88
| delegate* managed<Int32> | 0 | Int32 | 0 |
9+
| delegate* managed<IntPtr,IntPtr,IntPtr*,Void> | 3 | void | 0 |
910
| delegate* managed<Void*,Int32*> | 1 | Int32* | 0 |
11+
| delegate* unmanaged<Char*,IntPtr,Void> | 2 | void | 9 |
1012
| delegate* unmanaged[StdCall]<Int32&,Object& modreq(OutAttribute),!0,Void> | 3 | void | 2 |
1113
params
1214
| delegate* managed<!0,Int32> | 0 | Parameter 0 of delegate* managed<!0,Int32> | !0 |
@@ -18,7 +20,12 @@ params
1820
| delegate* managed<Int32&,Object& modreq(OutAttribute),Int32> | 0 | Parameter 0 of delegate* managed<Int32&,Object& modreq(OutAttribute),Int32> | Int32& |
1921
| delegate* managed<Int32&,Object& modreq(OutAttribute),Int32> | 1 | Parameter 1 of delegate* managed<Int32&,Object& modreq(OutAttribute),Int32> | Object& |
2022
| delegate* managed<Int32*,Void*> | 0 | Parameter 0 of delegate* managed<Int32*,Void*> | Int32* |
23+
| delegate* managed<IntPtr,IntPtr,IntPtr*,Void> | 0 | Parameter 0 of delegate* managed<IntPtr,IntPtr,IntPtr*,Void> | IntPtr |
24+
| delegate* managed<IntPtr,IntPtr,IntPtr*,Void> | 1 | Parameter 1 of delegate* managed<IntPtr,IntPtr,IntPtr*,Void> | IntPtr |
25+
| delegate* managed<IntPtr,IntPtr,IntPtr*,Void> | 2 | Parameter 2 of delegate* managed<IntPtr,IntPtr,IntPtr*,Void> | IntPtr* |
2126
| delegate* managed<Void*,Int32*> | 0 | Parameter 0 of delegate* managed<Void*,Int32*> | Void* |
27+
| delegate* unmanaged<Char*,IntPtr,Void> | 0 | Parameter 0 of delegate* unmanaged<Char*,IntPtr,Void> | Char* |
28+
| delegate* unmanaged<Char*,IntPtr,Void> | 1 | Parameter 1 of delegate* unmanaged<Char*,IntPtr,Void> | IntPtr |
2229
| delegate* unmanaged[StdCall]<Int32&,Object& modreq(OutAttribute),!0,Void> | 0 | Parameter 0 of delegate* unmanaged[StdCall]<Int32&,Object& modreq(OutAttribute),!0,Void> | Int32& |
2330
| delegate* unmanaged[StdCall]<Int32&,Object& modreq(OutAttribute),!0,Void> | 1 | Parameter 1 of delegate* unmanaged[StdCall]<Int32&,Object& modreq(OutAttribute),!0,Void> | Object& |
2431
| delegate* unmanaged[StdCall]<Int32&,Object& modreq(OutAttribute),!0,Void> | 2 | Parameter 2 of delegate* unmanaged[StdCall]<Int32&,Object& modreq(OutAttribute),!0,Void> | !0 |

csharp/ql/test/library-tests/cil/init-only-prop/customModifiers.expected

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
| AsRef | System.Runtime.InteropServices.InAttribute | modreq |
2-
| BeginInvoke | System.Runtime.InteropServices.InAttribute | modreq |
3-
| EndInvoke | System.Runtime.InteropServices.InAttribute | modreq |
42
| EventWriteTransfer | System.Runtime.InteropServices.InAttribute | modreq |
53
| GetPinnableReference | System.Runtime.InteropServices.InAttribute | modreq |
64
| Invoke | System.Runtime.InteropServices.InAttribute | modreq |
75
| Max | System.Runtime.InteropServices.InAttribute | modreq |
86
| Min | System.Runtime.InteropServices.InAttribute | modreq |
97
| Value | System.Runtime.CompilerServices.IsVolatile | modreq |
10-
| _bufferedValues | System.Runtime.CompilerServices.IsVolatile | modreq |
118
| _bufferedValuesIndex | System.Runtime.CompilerServices.IsVolatile | modreq |
129
| _callbackPartitions | System.Runtime.CompilerServices.IsVolatile | modreq |
1310
| _canceled | System.Runtime.CompilerServices.IsVolatile | modreq |
@@ -23,7 +20,6 @@
2320
| _notifyWhenNoCallbacksRunning | System.Runtime.CompilerServices.IsVolatile | modreq |
2421
| _oldKeepAlive | System.Runtime.CompilerServices.IsVolatile | modreq |
2522
| _owner | System.Runtime.CompilerServices.IsVolatile | modreq |
26-
| _pauseTicks | System.Runtime.CompilerServices.IsVolatile | modreq |
2723
| _previous | System.Runtime.CompilerServices.IsVolatile | modreq |
2824
| _queues | System.Runtime.CompilerServices.IsVolatile | modreq |
2925
| _saDurationFormats | System.Runtime.CompilerServices.IsVolatile | modreq |
@@ -80,28 +76,25 @@
8076
| s_DefaultThreadCurrentCulture | System.Runtime.CompilerServices.IsVolatile | modreq |
8177
| s_DefaultThreadCurrentUICulture | System.Runtime.CompilerServices.IsVolatile | modreq |
8278
| s_Invariant | System.Runtime.CompilerServices.IsVolatile | modreq |
83-
| s_LcidCachedCultures | System.Runtime.CompilerServices.IsVolatile | modreq |
84-
| s_NameCachedCultures | System.Runtime.CompilerServices.IsVolatile | modreq |
8579
| s_anonymouslyHostedDynamicMethodsModule | System.Runtime.CompilerServices.IsVolatile | modreq |
8680
| s_cachedCultures | System.Runtime.CompilerServices.IsVolatile | modreq |
81+
| s_cachedCulturesByLcid | System.Runtime.CompilerServices.IsVolatile | modreq |
82+
| s_cachedCulturesByName | System.Runtime.CompilerServices.IsVolatile | modreq |
8783
| s_cachedRegions | System.Runtime.CompilerServices.IsVolatile | modreq |
8884
| s_currentRegionInfo | System.Runtime.CompilerServices.IsVolatile | modreq |
8985
| s_defaultBinder | System.Runtime.CompilerServices.IsVolatile | modreq |
9086
| s_defaultInstance | System.Runtime.CompilerServices.IsVolatile | modreq |
87+
| s_encoding | System.Runtime.CompilerServices.IsVolatile | modreq |
88+
| s_haveProcessId | System.Runtime.CompilerServices.IsVolatile | modreq |
9189
| s_indentSize | System.Runtime.CompilerServices.IsVolatile | modreq |
9290
| s_initialized | System.Runtime.CompilerServices.IsVolatile | modreq |
93-
| s_invariant | System.Runtime.CompilerServices.IsVolatile | modreq |
9491
| s_invariantInfo | System.Runtime.CompilerServices.IsVolatile | modreq |
9592
| s_jajpDTFI | System.Runtime.CompilerServices.IsVolatile | modreq |
9693
| s_japaneseEraInfo | System.Runtime.CompilerServices.IsVolatile | modreq |
97-
| s_knownWords | System.Runtime.CompilerServices.IsVolatile | modreq |
98-
| s_lastProcessorCountRefreshTicks | System.Runtime.CompilerServices.IsVolatile | modreq |
99-
| s_processorCount | System.Runtime.CompilerServices.IsVolatile | modreq |
10094
| s_provider | System.Runtime.CompilerServices.IsVolatile | modreq |
10195
| s_providers | System.Runtime.CompilerServices.IsVolatile | modreq |
10296
| s_regionNames | System.Runtime.CompilerServices.IsVolatile | modreq |
10397
| s_userDefaultCulture | System.Runtime.CompilerServices.IsVolatile | modreq |
10498
| s_userDefaultUICulture | System.Runtime.CompilerServices.IsVolatile | modreq |
10599
| s_zhtwDTFI | System.Runtime.CompilerServices.IsVolatile | modreq |
106100
| set_Prop2 | System.Runtime.CompilerServices.IsExternalInit | modreq |
107-
| threadPoolInitialized | System.Runtime.CompilerServices.IsVolatile | modreq |

0 commit comments

Comments
 (0)