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)
78var canonicalDocumentPath = _canonicalDocumentPath.Value; 161var canonicalDocumentPath = _canonicalDocumentPath.Value; 257.Where(d => !PathUtilities.Comparer.Equals(d.FilePath, _canonicalDocumentPath.Value)) 288.Single(p => PathUtilities.Comparer.Equals(p.FilePath, _canonicalDocumentPath.Value)); 295if (_canonicalDocumentPath.IsValueCreated) 297var canonicalTempDirectory = Path.GetDirectoryName(_canonicalDocumentPath.Value);