5 references to GetRealLoadPath
Microsoft.CodeAnalysis.UnitTests (5)
AnalyzerAssemblyLoaderTests.cs (5)
336
.Select(x => (x.simpleName, x.version, loader.
GetRealLoadPath
(x.path)))
700
Assert.Throws<InvalidOperationException>(() => loader.
GetRealLoadPath
(testFixture.Delta2));
787
Assert.Equal(loader.
GetRealLoadPath
(testFixture.Delta2), delta2.Location);
788
Assert.Equal(loader.
GetRealLoadPath
(testFixture.Delta2B), delta2B.Location);
836
Assert.Throws<InvalidOperationException>(() => loader.
GetRealLoadPath
(testFixture.Delta2));