19 references to SourceFileResolver
Microsoft.CodeAnalysis (2)
CommandLine\CommonCompiler.LoggingSourceFileResolver.cs (1)
21
:
base
(searchPaths, baseDirectory, pathMap)
SourceFileResolver.cs (1)
33
:
this
(searchPaths, baseDirectory, ImmutableArray<KeyValuePair<string, string>>.Empty)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (13)
Semantics\InterceptorsTests.cs (12)
5253
var resolver = new
SourceFileResolver
([], null, [new KeyValuePair<string, string>(pathPrefix, "/_/")]);
5314
new
SourceFileResolver
(ImmutableArray<string>.Empty, null, pathMap)),
5350
new
SourceFileResolver
(ImmutableArray<string>.Empty, null, pathMap)),
5384
new
SourceFileResolver
(ImmutableArray<string>.Empty, null, pathMap)));
5456
new
SourceFileResolver
(ImmutableArray<string>.Empty, null, pathMap)));
5493
new
SourceFileResolver
(ImmutableArray<string>.Empty, null, pathMap)),
5528
new
SourceFileResolver
(ImmutableArray<string>.Empty, null, pathMap)));
5570
new
SourceFileResolver
(ImmutableArray<string>.Empty, null, pathMap)),
6011
new
SourceFileResolver
(ImmutableArray<string>.Empty, null, pathMap)),
6052
new
SourceFileResolver
(ImmutableArray<string>.Empty, null, pathMap)));
6112
new
SourceFileResolver
(ImmutableArray<string>.Empty, null, pathMap)));
6125
new
SourceFileResolver
(ImmutableArray<string>.Empty, null, pathMap)),
Semantics\SemanticErrorTests.cs (1)
3237
var resolver = new
SourceFileResolver
([], null, [new KeyValuePair<string, string>(prefix, "/_/")]);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\Source\FileModifierTests.cs (1)
838
var resolver = new
SourceFileResolver
(
Microsoft.CodeAnalysis.UnitTests (3)
SourceFileResolverTest.cs (3)
34
new
SourceFileResolver
(
46
new
SourceFileResolver
(
57
new
SourceFileResolver
(