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"/>. 156if (_incomingProjectId == null || _incomingFilePath == null) 167documentId = project.Solution.GetDocumentIdsWithFilePath(_incomingFilePath).FirstOrDefault(d => d.ProjectId == project.Id);