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