3 writes to _documentId
Microsoft.VisualStudio.LanguageServices.Implementation (3)
CodeModel\FileCodeModel.cs (3)
84_documentId = documentId; 118_documentId = null; 173_documentId = documentId;
8 references to _documentId
Microsoft.VisualStudio.LanguageServices.Implementation (8)
CodeModel\FileCodeModel.cs (8)
104/// <see cref="_documentId"/> field is null'd out and <see cref="_incomingFilePath"/> is set to the name of the new file. 112RoslynDebug.AssertNotNull(_documentId); 114_previousDocument = Workspace.CurrentSolution.GetDocument(_documentId); 116_incomingProjectId = _documentId.ProjectId; 147if (_documentId != null) 149documentId = _documentId; 183if (_documentId != null) 185return _documentId;