19 references to SourceFileResolver
Microsoft.AspNetCore.Http.Extensions.Tests (1)
RequestDelegateGenerator\CompileTimeCreationTests.cs (1)
162
new
SourceFileResolver
(ImmutableArray<string>.Empty, currentDirectory, ImmutableArray.Create(new KeyValuePair<string, string>(currentDirectory, mappedDirectory))));
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 (12)
Semantics\InterceptorsTests.cs (12)
5262
var resolver = new
SourceFileResolver
([], null, [new KeyValuePair<string, string>(pathPrefix, "/_/")]);
5323
new
SourceFileResolver
(ImmutableArray<string>.Empty, null, pathMap)),
5359
new
SourceFileResolver
(ImmutableArray<string>.Empty, null, pathMap)),
5393
new
SourceFileResolver
(ImmutableArray<string>.Empty, null, pathMap)));
5465
new
SourceFileResolver
(ImmutableArray<string>.Empty, null, pathMap)));
5502
new
SourceFileResolver
(ImmutableArray<string>.Empty, null, pathMap)),
5537
new
SourceFileResolver
(ImmutableArray<string>.Empty, null, pathMap)));
5579
new
SourceFileResolver
(ImmutableArray<string>.Empty, null, pathMap)),
6020
new
SourceFileResolver
(ImmutableArray<string>.Empty, null, pathMap)),
6061
new
SourceFileResolver
(ImmutableArray<string>.Empty, null, pathMap)));
6121
new
SourceFileResolver
(ImmutableArray<string>.Empty, null, pathMap)));
6134
new
SourceFileResolver
(ImmutableArray<string>.Empty, null, pathMap)),
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
(