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