4 references to SearchPaths
Microsoft.CodeAnalysis (2)
CommandLine\CommonCompiler.LoggingSourceFileResolver.cs (2)
37
(BaseDirectory == value) ? this : new LoggingSourceFileResolver(
SearchPaths
, value, PathMap, _logger);
40
(
SearchPaths
== value) ? this : new LoggingSourceFileResolver(value, BaseDirectory, PathMap, _logger);
Microsoft.CodeAnalysis.Scripting (2)
ScriptSourceResolver.cs (2)
32
if (
SearchPaths
== searchPaths)
49
return new ScriptSourceResolver(
SearchPaths
, baseDirectory);