1 write to _canonicalDocumentPath
Microsoft.CodeAnalysis.LanguageServer (1)
FileBasedPrograms\CanonicalMiscFilesProjectLoader.cs (1)
59
_canonicalDocumentPath
= new Lazy<string>(() =>
8 references to _canonicalDocumentPath
Microsoft.CodeAnalysis.LanguageServer (8)
FileBasedPrograms\CanonicalMiscFilesProjectLoader.cs (8)
86
var canonicalDocumentPath =
_canonicalDocumentPath
.Value;
172
var canonicalDocumentPath =
_canonicalDocumentPath
.Value;
198
var canonicalDocumentPath =
_canonicalDocumentPath
.Value;
289
Contract.ThrowIfFalse(projectPath ==
_canonicalDocumentPath
.Value);
297
.Where(d => !PathUtilities.Comparer.Equals(d.FilePath,
_canonicalDocumentPath
.Value))
364
.Single(p => PathUtilities.Comparer.Equals(p.FilePath,
_canonicalDocumentPath
.Value));
371
if (
_canonicalDocumentPath
.IsValueCreated)
373
var canonicalTempDirectory = Path.GetDirectoryName(
_canonicalDocumentPath
.Value);