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