1 instantiation of DoNotLoadAssemblyLoader
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
SolutionTests\SolutionWithSourceGeneratorTests.cs (1)
1429
public static readonly IAnalyzerAssemblyLoader Instance = new
DoNotLoadAssemblyLoader
();
2 references to DoNotLoadAssemblyLoader
Microsoft.CodeAnalysis.Workspaces.UnitTests (2)
SolutionTests\SolutionWithSourceGeneratorTests.cs (2)
1478
project1 = project1.WithAnalyzerReferences([new AnalyzerFileReference(analyzerPath,
DoNotLoadAssemblyLoader
.Instance)]);
1498
project1 = project1.WithAnalyzerReferences([new AnalyzerFileReference(analyzerPath,
DoNotLoadAssemblyLoader
.Instance)]);