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