1 write to ResolvedPath
Microsoft.CodeAnalysis (1)
Compilation\LoadDirective.cs (1)
24ResolvedPath = resolvedPath;
3 references to ResolvedPath
Microsoft.CodeAnalysis (3)
Compilation\LoadDirective.cs (3)
30return this.ResolvedPath == other.ResolvedPath && 41return Hash.Combine(this.Diagnostics.GetHashCode(), this.ResolvedPath?.GetHashCode() ?? 0);