3 references to EnterContextualReflection
Microsoft.CodeAnalysis.Remote.Workspaces (1)
Serialization\MessagePackFormatters.cs (1)
223using var _ = System.Runtime.Loader.AssemblyLoadContext.EnterContextualReflection(typeof(AssemblyLoadContextAwareForceTypelessFormatter<>).Assembly);
System.Private.Xml (2)
System\Xml\Serialization\Compilation.cs (2)
144using (AssemblyLoadContext.EnterContextualReflection(type.Assembly)) 448using (AssemblyLoadContext.EnterContextualReflection(mainAssembly))