3 writes to _documentId
Microsoft.VisualStudio.LanguageServices.Implementation (3)
CodeModel\FileCodeModel.cs (3)
86_documentId = documentId; 123_documentId = null; 178_documentId = documentId;
8 references to _documentId
Microsoft.VisualStudio.LanguageServices.Implementation (8)
CodeModel\FileCodeModel.cs (8)
109/// <see cref="_documentId"/> field is null'd out and <see cref="_incomingFilePath"/> is set to the name of the new file. 117RoslynDebug.AssertNotNull(_documentId); 119_previousDocument = Workspace.CurrentSolution.GetDocument(_documentId); 121_incomingProjectId = _documentId.ProjectId; 152if (_documentId != null) 154documentId = _documentId; 188if (_documentId != null) 190return _documentId;