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