1 instantiation of ProjectParser
Microsoft.Build (1)
Evaluation\ProjectParser.cs (1)
122ProjectParser parser = new ProjectParser(document, projectRootElement, ParserIgnoreConfiguration);
10 references to ProjectParser
Microsoft.Build (10)
Construction\ProjectChooseElement.cs (2)
114ProjectErrorUtilities.VerifyThrowInvalidProject(nestingDepth <= ProjectParser.MaximumChooseNesting, immediateParent.Location, "ChooseOverflow", ProjectParser.MaximumChooseNesting);
Construction\ProjectMetadataElement.cs (1)
159ProjectParser.CheckMetadataAsAttributeName(name, out bool isReservedAttributeName, out bool isValidMetadataNameInAttribute);
Construction\ProjectRootElement.cs (6)
184ProjectParser.Parse(document, this, ProjectRootElementCache.ParserIgnoreConfiguration); 220ProjectParser.Parse(document, this, ProjectRootElementCache.ParserIgnoreConfiguration); 244ProjectParser.Parse(document, this, ProjectRootElementCache.ParserIgnoreConfiguration); 264ProjectParser.Parse(document, this, ProjectRootElementCache.ParserIgnoreConfiguration); 278ProjectParser.Parse(document, this, ProjectRootElementCache?.ParserIgnoreConfiguration); 1726ProjectParser.Parse(newDocument, this, ProjectRootElementCache.ParserIgnoreConfiguration);
Evaluation\ProjectParser.cs (1)
122ProjectParser parser = new ProjectParser(document, projectRootElement, ParserIgnoreConfiguration);