3 instantiations of AssemblyLoadContextAwareForceTypelessFormatter
Microsoft.CodeAnalysis.Remote.Workspaces (3)
Serialization\MessagePackFormatters.cs (3)
30new AssemblyLoadContextAwareForceTypelessFormatter<SimplifierOptions>(), 31new AssemblyLoadContextAwareForceTypelessFormatter<SyntaxFormattingOptions>(), 32new AssemblyLoadContextAwareForceTypelessFormatter<CodeGenerationOptions>(),
1 reference to AssemblyLoadContextAwareForceTypelessFormatter
Microsoft.CodeAnalysis.Remote.Workspaces (1)
Serialization\MessagePackFormatters.cs (1)
223using var _ = System.Runtime.Loader.AssemblyLoadContext.EnterContextualReflection(typeof(AssemblyLoadContextAwareForceTypelessFormatter<>).Assembly);