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)
5262var resolver = new SourceFileResolver([], null, [new KeyValuePair<string, string>(pathPrefix, "/_/")]); 5323new SourceFileResolver(ImmutableArray<string>.Empty, null, pathMap)), 5359new SourceFileResolver(ImmutableArray<string>.Empty, null, pathMap)), 5393new SourceFileResolver(ImmutableArray<string>.Empty, null, pathMap))); 5465new SourceFileResolver(ImmutableArray<string>.Empty, null, pathMap))); 5502new SourceFileResolver(ImmutableArray<string>.Empty, null, pathMap)), 5537new SourceFileResolver(ImmutableArray<string>.Empty, null, pathMap))); 5579new SourceFileResolver(ImmutableArray<string>.Empty, null, pathMap)), 6020new SourceFileResolver(ImmutableArray<string>.Empty, null, pathMap)), 6061new SourceFileResolver(ImmutableArray<string>.Empty, null, pathMap))); 6121new SourceFileResolver(ImmutableArray<string>.Empty, null, pathMap))); 6134new SourceFileResolver(ImmutableArray<string>.Empty, null, pathMap)),
Semantics\SemanticErrorTests.cs (1)
3237var resolver = new SourceFileResolver([], null, [new KeyValuePair<string, string>(prefix, "/_/")]);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\Source\FileModifierTests.cs (1)
838var resolver = new SourceFileResolver(
Microsoft.CodeAnalysis.UnitTests (3)
SourceFileResolverTest.cs (3)
34new SourceFileResolver( 46new SourceFileResolver( 57new SourceFileResolver(