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; 289Contract.ThrowIfFalse(projectPath == _canonicalDocumentPath.Value); 297.Where(d => !PathUtilities.Comparer.Equals(d.FilePath, _canonicalDocumentPath.Value)) 364.Single(p => PathUtilities.Comparer.Equals(p.FilePath, _canonicalDocumentPath.Value)); 371if (_canonicalDocumentPath.IsValueCreated) 373var canonicalTempDirectory = Path.GetDirectoryName(_canonicalDocumentPath.Value);