Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/System.Private.CoreLib/src/System/Runtime/CompilerServices/EagerOrderedStaticConstructorAttribute.cs')
-rw-r--r--src/System.Private.CoreLib/src/System/Runtime/CompilerServices/EagerOrderedStaticConstructorAttribute.cs13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/EagerOrderedStaticConstructorAttribute.cs b/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/EagerOrderedStaticConstructorAttribute.cs
index ba4279c43..f3a699b17 100644
--- a/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/EagerOrderedStaticConstructorAttribute.cs
+++ b/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/EagerOrderedStaticConstructorAttribute.cs
@@ -22,19 +22,6 @@ namespace System.Runtime.CompilerServices
public enum EagerStaticConstructorOrder : int
{
- // System.Private.CoreLib
- SystemString,
- SystemPreallocatedOutOfMemoryException,
- SystemEnvironment, // ClassConstructorRunner.Cctor.GetCctor use Lock which inturn use current threadID , so System.Environment
- // should come before CompilerServicesClassConstructorRunnerCctor
- CompilerServicesClassConstructorRunnerCctor,
- CompilerServicesClassConstructorRunner,
-
- // System.Private.TypeLoader
- RuntimeTypeHandleEqualityComparer,
- TypeLoaderEnvironment,
- SystemRuntimeTypeLoaderExports,
-
// Interop
InteropHeap,
VtableIUnknown,