1 write to ResolvedPath
Microsoft.CodeAnalysis (1)
Compilation\LoadDirective.cs (1)
24
ResolvedPath
= resolvedPath;
6 references to ResolvedPath
Microsoft.CodeAnalysis (3)
Compilation\LoadDirective.cs (3)
30
return this.
ResolvedPath
== other.
ResolvedPath
&&
41
return Hash.Combine(this.Diagnostics.GetHashCode(), this.
ResolvedPath
?.GetHashCode() ?? 0);
Microsoft.CodeAnalysis.CSharp (3)
Compilation\SyntaxAndDeclarationManager.cs (3)
440
if (directive.
ResolvedPath
!= null)
690
var resolvedPath = directive.
ResolvedPath
;
730
if (loadedSyntaxTreeMap.TryGetValue(directive.
ResolvedPath
, out loadedTree))