1 write to _resolver
Microsoft.CodeAnalysis.CSharp (1)
Utilities\InterceptableLocation.cs (1)
72
_resolver
= resolver;
1 reference to _resolver
Microsoft.CodeAnalysis.CSharp (1)
Utilities\InterceptableLocation.cs (1)
80
var mappedPath =
_resolver
?.NormalizePath(_path, baseFilePath: null) ?? _path;