1 write to _project
Microsoft.Build (1)
Evaluation\Preprocessor.cs (1)
63_project = project;
5 references to _project
Microsoft.Build (5)
Evaluation\Preprocessor.cs (5)
93XmlDocument outerDocument = _project.Xml.XmlDocument; 101_filePaths.Push(_project.FullPath); 103if (!String.IsNullOrEmpty(_project.FullPath)) // Ignore in-memory projects 105destinationDocument.AppendChild(destinationDocument.CreateComment($"\r\n{Equals140}\r\n{_project.FullPath.Replace("--", "__")}\r\n{Equals140}\r\n")); 140foreach (ResolvedImport resolvedImport in _project.Imports.Where(i => i.ImportingElement.ImplicitImportLocation != ImplicitImportLocation.None))