2 instantiations of ContextualReflectionScope
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Loader\AssemblyLoadContext.cs (2)
548
return new
ContextualReflectionScope
(this);
564
return new
ContextualReflectionScope
(null);
2 references to ContextualReflectionScope
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Loader\AssemblyLoadContext.cs (2)
546
public
ContextualReflectionScope
EnterContextualReflection()
561
public static
ContextualReflectionScope
EnterContextualReflection(Assembly? activating)