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)
86var canonicalDocumentPath = _canonicalDocumentPath.Value; 172var canonicalDocumentPath = _canonicalDocumentPath.Value; 198var canonicalDocumentPath = _canonicalDocumentPath.Value; 292Contract.ThrowIfFalse(projectPath == _canonicalDocumentPath.Value); 300.Where(d => !PathUtilities.Comparer.Equals(d.FilePath, _canonicalDocumentPath.Value)) 367.Single(p => PathUtilities.Comparer.Equals(p.FilePath, _canonicalDocumentPath.Value)); 374if (_canonicalDocumentPath.IsValueCreated) 376var canonicalTempDirectory = Path.GetDirectoryName(_canonicalDocumentPath.Value);