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