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