1 write to _projectRootElement
Microsoft.Build (1)
Evaluation\Evaluator.cs (1)
283
_projectRootElement
= projectRootElement;
28 references to _projectRootElement
Microsoft.Build (28)
Evaluation\Evaluator.cs (28)
665
string projectFile = string.IsNullOrEmpty(
_projectRootElement
.ProjectFileLocation.File) ? "(null)" :
_projectRootElement
.ProjectFileLocation.File;
690
MSBuildEventSource.Log.EvaluatePass0Start(
_projectRootElement
.ProjectFileLocation.File);
710
PerformDepthFirstPass(
_projectRootElement
);
883
if (
_projectRootElement
.Count > 0) // VB/C# will new up empty projects; they aren't worth recording
899
string output = string.Format(CultureInfo.CurrentUICulture, "###: MSBUILD: Evaluating or reevaluating project {0} with {1} global properties and {2} tools version, child count {3}, CurrentSolutionConfigurationContents hash {4} other properties:\n{5}",
_projectRootElement
.FullPath, globalPropertiesCount, _data.Toolset.ToolsVersion,
_projectRootElement
.Count, hash, propertyDump);
1248
if (string.IsNullOrEmpty(
_projectRootElement
.FullPath))
1250
SetBuiltInProperty(ReservedPropertyNames.projectDirectory, string.IsNullOrEmpty(
_projectRootElement
.DirectoryPath) ?
1255
_projectRootElement
.DirectoryPath);
1262
string projectFileWithoutExtension = EscapingUtilities.Escape(Path.GetFileNameWithoutExtension(
_projectRootElement
.FullPath));
1263
string projectExtension = EscapingUtilities.Escape(Path.GetExtension(
_projectRootElement
.FullPath));
1265
string projectDirectory = EscapingUtilities.Escape(
_projectRootElement
.DirectoryPath);
1416
lazyEvaluator.ProcessItemElement(
_projectRootElement
.DirectoryPath, itemElement, conditionResult);
2042
string projectPath =
_projectRootElement
.FullPath != null ?
2043
_projectRootElement
.FullPath + projectNameEnding :
2086
_projectRootElement
.IsExplicitlyLoaded,
2210
if (string.Equals(
_projectRootElement
.FullPath, importFileUnescaped, StringComparison.OrdinalIgnoreCase) /* We are trying to import ourselves */)
2251
if (previouslyImportedAt.ContainingProject !=
_projectRootElement
&& importElement.ContainingProject !=
_projectRootElement
)
2253
parenthesizedProjectLocation = $"[{
_projectRootElement
.FullPath}]";
2734
_projectRootElement
);
2737
string definingProject =
_projectRootElement
.FullPath ?? string.Empty;
2745
_projectRootElement
);
2752
_projectRootElement
);
2809
_projectRootElement
);
2812
string definingProject =
_projectRootElement
.FullPath ?? string.Empty;
2834
ProjectMetadataElement metadataElement = ProjectMetadataElement.CreateDisconnected(metadataName,
_projectRootElement
);