1 write to _project
Microsoft.Build (1)
Evaluation\Preprocessor.cs (1)
60_project = project;
5 references to _project
Microsoft.Build (5)
Evaluation\Preprocessor.cs (5)
90XmlDocument outerDocument = _project.Xml.XmlDocument; 98_filePaths.Push(_project.FullPath); 100if (!String.IsNullOrEmpty(_project.FullPath)) // Ignore in-memory projects 102destinationDocument.AppendChild(destinationDocument.CreateComment("\r\n" + new String('=', 140) + "\r\n" + _project.FullPath.Replace("--", "__") + "\r\n" + new String('=', 140) + "\r\n")); 137foreach (ResolvedImport resolvedImport in _project.Imports.Where(i => i.ImportingElement.ImplicitImportLocation != ImplicitImportLocation.None))