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.
112
RoslynDebug.AssertNotNull(
_documentId
);
114
_previousDocument = Workspace.CurrentSolution.GetDocument(
_documentId
);
116
_incomingProjectId =
_documentId
.ProjectId;
147
if (
_documentId
!= null)
149
documentId =
_documentId
;
183
if (
_documentId
!= null)
185
return
_documentId
;