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)
90
XmlDocument outerDocument =
_project
.Xml.XmlDocument;
98
_filePaths.Push(
_project
.FullPath);
100
if (!String.IsNullOrEmpty(
_project
.FullPath)) // Ignore in-memory projects
102
destinationDocument.AppendChild(destinationDocument.CreateComment("\r\n" + new String('=', 140) + "\r\n" +
_project
.FullPath.Replace("--", "__") + "\r\n" + new String('=', 140) + "\r\n"));
137
foreach (ResolvedImport resolvedImport in
_project
.Imports.Where(i => i.ImportingElement.ImplicitImportLocation != ImplicitImportLocation.None))