1 write to _canonicalDocumentPath
Microsoft.CodeAnalysis.LanguageServer (1)
FileBasedPrograms\CanonicalMiscFilesProjectLoader.cs (1)
55_canonicalDocumentPath = new Lazy<string>(() =>
8 references to _canonicalDocumentPath
Microsoft.CodeAnalysis.LanguageServer (8)
FileBasedPrograms\CanonicalMiscFilesProjectLoader.cs (8)
74var canonicalDocumentPath = _canonicalDocumentPath.Value; 119var canonicalDocumentPath = _canonicalDocumentPath.Value; 144var canonicalDocumentPath = _canonicalDocumentPath.Value; 174Contract.ThrowIfFalse(canonicalProjectPath == _canonicalDocumentPath.Value); 215Contract.ThrowIfFalse(canonicalProjectPath == _canonicalDocumentPath.Value); 293.Single(p => PathUtilities.Comparer.Equals(p.FilePath, _canonicalDocumentPath.Value)); 300if (_canonicalDocumentPath.IsValueCreated) 302var canonicalTempDirectory = Path.GetDirectoryName(_canonicalDocumentPath.Value);