1 write to _resolver
Microsoft.CodeAnalysis (1)
Emit\DebugDocumentsBuilder.cs (1)
26
_resolver
= resolver;
2 references to _resolver
Microsoft.CodeAnalysis (2)
Emit\DebugDocumentsBuilder.cs (2)
65
if (
_resolver
== null)
74
normalizedPath =
_resolver
.NormalizePath(path, basePath) ?? path;