2 writes to _incomingFilePath
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\FileCodeModel.cs (2)
120
_incomingFilePath
= newFilePath;
180
_incomingFilePath
= null;
4 references to _incomingFilePath
Microsoft.VisualStudio.LanguageServices.Implementation (4)
CodeModel\FileCodeModel.cs (4)
109
/// <see cref="_documentId"/> field is null'd out and <see cref="
_incomingFilePath
"/> is set to the name of the new file.
111
/// using the <see cref="
_incomingFilePath
"/>.
161
if (_incomingProjectId == null ||
_incomingFilePath
== null)
172
documentId = project.Solution.GetDocumentIdsWithFilePath(
_incomingFilePath
).FirstOrDefault(d => d.ProjectId == project.Id);