1 write to AssemblyInCompilerContext
Microsoft.CodeAnalysis.UnitTests (1)
CompilerResolverTests.cs (1)
35AssemblyInCompilerContext = CompilerContext.LoadFromAssemblyPath(typeof(AnalyzerAssemblyLoader).Assembly.Location);
2 references to AssemblyInCompilerContext
Microsoft.CodeAnalysis.UnitTests (2)
CompilerResolverTests.cs (2)
60var assembly = Loader.CompilerAnalyzerAssemblyResolver.Resolve(Loader, AssemblyInCompilerContext.GetName(), ScratchContext, TempRoot.CreateDirectory().Path); 61Assert.Same(AssemblyInCompilerContext, assembly);