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.
117
RoslynDebug.AssertNotNull(
_documentId
);
119
_previousDocument = Workspace.CurrentSolution.GetDocument(
_documentId
);
121
_incomingProjectId =
_documentId
.ProjectId;
152
if (
_documentId
!= null)
154
documentId =
_documentId
;
188
if (
_documentId
!= null)
190
return
_documentId
;