1 instantiation of ProjectParser
Microsoft.Build (1)
Evaluation\ProjectParser.cs (1)
118
ProjectParser parser = new
ProjectParser
(document, projectRootElement);
10 references to ProjectParser
Microsoft.Build (10)
Construction\ProjectChooseElement.cs (2)
119
ProjectErrorUtilities.VerifyThrowInvalidProject(nestingDepth <=
ProjectParser
.MaximumChooseNesting, immediateParent.Location, "ChooseOverflow",
ProjectParser
.MaximumChooseNesting);
Construction\ProjectMetadataElement.cs (1)
157
ProjectParser
.CheckMetadataAsAttributeName(name, out bool isReservedAttributeName, out bool isValidMetadataNameInAttribute);
Construction\ProjectRootElement.cs (6)
176
ProjectParser
.Parse(document, this);
204
ProjectParser
.Parse(document, this);
228
ProjectParser
.Parse(document, this);
248
ProjectParser
.Parse(document, this);
260
ProjectParser
.Parse(document, this);
1700
ProjectParser
.Parse(newDocument, this);
Evaluation\ProjectParser.cs (1)
118
ProjectParser
parser = new ProjectParser(document, projectRootElement);