3 references to MockShadowCopyAnalyzerAssemblyLoader
Roslyn.VisualStudio.Next.UnitTests (3)
Remote\SnapshotSerializationTests.cs (3)
427
var reference = new AnalyzerFileReference(location, new
MockShadowCopyAnalyzerAssemblyLoader
(ImmutableDictionary<string, string>.Empty.Add(location, file.Path)));
448
var reference = new AnalyzerFileReference(location, new
MockShadowCopyAnalyzerAssemblyLoader
(ImmutableDictionary<string, string>.Empty.Add(location, file.Path)));
701
return new AnalyzerFileReference(original, new
MockShadowCopyAnalyzerAssemblyLoader
(ImmutableDictionary<string, string>.Empty.Add(original, shadow.Path)));