1 write to AnalyzerWithLoc
Microsoft.CodeAnalysis.Test.Utilities (1)
AssemblyLoadTestFixture.cs (1)
159
AnalyzerWithLoc
= GenerateDll("AnalyzerWithLoc", _directory, AnalyzerWithLocSource);
2 references to AnalyzerWithLoc
Microsoft.CodeAnalysis.UnitTests (2)
AnalyzerAssemblyLoaderTests.cs (2)
1641
var analyzerPath = tempDir.CreateFile("AnalyzerWithLoc.dll").CopyContentFrom(testFixture.
AnalyzerWithLoc
).Path;
1664
var analyzerPath = tempDir.CreateFile("AnalyzerWithLoc.dll").CopyContentFrom(testFixture.
AnalyzerWithLoc
).Path;