2 instantiations of ContextualReflectionScope
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\Loader\AssemblyLoadContext.cs (2)
548return new ContextualReflectionScope(this); 564return new ContextualReflectionScope(null);
3 references to ContextualReflectionScope
Microsoft.CodeAnalysis.Remote.Workspaces (1)
Serialization\MessagePackFormatters.cs (1)
223using var _ = System.Runtime.Loader.AssemblyLoadContext.EnterContextualReflection(typeof(AssemblyLoadContextAwareForceTypelessFormatter<>).Assembly);
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\Loader\AssemblyLoadContext.cs (2)
546public ContextualReflectionScope EnterContextualReflection() 561public static ContextualReflectionScope EnterContextualReflection(Assembly? activating)