1 write to _canonicalDocumentPath
Microsoft.CodeAnalysis.LanguageServer (1)
FileBasedPrograms\CanonicalMiscFilesProjectLoader.cs (1)
55
_canonicalDocumentPath
= new Lazy<string>(() =>
8 references to _canonicalDocumentPath
Microsoft.CodeAnalysis.LanguageServer (8)
FileBasedPrograms\CanonicalMiscFilesProjectLoader.cs (8)
74
var canonicalDocumentPath =
_canonicalDocumentPath
.Value;
119
var canonicalDocumentPath =
_canonicalDocumentPath
.Value;
144
var canonicalDocumentPath =
_canonicalDocumentPath
.Value;
174
Contract.ThrowIfFalse(canonicalProjectPath ==
_canonicalDocumentPath
.Value);
215
Contract.ThrowIfFalse(canonicalProjectPath ==
_canonicalDocumentPath
.Value);
293
.Single(p => PathUtilities.Comparer.Equals(p.FilePath,
_canonicalDocumentPath
.Value));
300
if (
_canonicalDocumentPath
.IsValueCreated)
302
var canonicalTempDirectory = Path.GetDirectoryName(
_canonicalDocumentPath
.Value);