1 write to _canonicalDocumentPath
Microsoft.CodeAnalysis.LanguageServer (1)
FileBasedPrograms\CanonicalMiscFilesProjectLoader.cs (1)
51
_canonicalDocumentPath
= new Lazy<string>(() =>
6 references to _canonicalDocumentPath
Microsoft.CodeAnalysis.LanguageServer (6)
FileBasedPrograms\CanonicalMiscFilesProjectLoader.cs (6)
78
var canonicalDocumentPath =
_canonicalDocumentPath
.Value;
161
var canonicalDocumentPath =
_canonicalDocumentPath
.Value;
257
.Where(d => !PathUtilities.Comparer.Equals(d.FilePath,
_canonicalDocumentPath
.Value))
288
.Single(p => PathUtilities.Comparer.Equals(p.FilePath,
_canonicalDocumentPath
.Value));
295
if (
_canonicalDocumentPath
.IsValueCreated)
297
var canonicalTempDirectory = Path.GetDirectoryName(
_canonicalDocumentPath
.Value);