2 instantiations of ContextualReflectionScope
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\Loader\AssemblyLoadContext.cs (2)
547return new ContextualReflectionScope(this); 563return new ContextualReflectionScope(null);
2 references to ContextualReflectionScope
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\Loader\AssemblyLoadContext.cs (2)
545public ContextualReflectionScope EnterContextualReflection() 560public static ContextualReflectionScope EnterContextualReflection(Assembly? activating)