1 write to ParserIgnoreConfiguration
Microsoft.Build (1)
Evaluation\ProjectRootElementCacheBase.cs (1)
99
ParserIgnoreConfiguration
= configuration;
13 references to ParserIgnoreConfiguration
Microsoft.Build (13)
BackEnd\BuildManager\BuildManager.cs (1)
623
_buildParameters.ParserIgnoreConfiguration = _buildParameters.ProjectRootElementCache.
ParserIgnoreConfiguration
;
Construction\ProjectRootElement.cs (6)
184
ProjectParser.Parse(document, this, ProjectRootElementCache.
ParserIgnoreConfiguration
);
220
ProjectParser.Parse(document, this, ProjectRootElementCache.
ParserIgnoreConfiguration
);
244
ProjectParser.Parse(document, this, ProjectRootElementCache.
ParserIgnoreConfiguration
);
264
ProjectParser.Parse(document, this, ProjectRootElementCache.
ParserIgnoreConfiguration
);
278
ProjectParser.Parse(document, this, ProjectRootElementCache?.
ParserIgnoreConfiguration
);
1726
ProjectParser.Parse(newDocument, this, ProjectRootElementCache.
ParserIgnoreConfiguration
);
Definition\ProjectCollection.cs (1)
606
get => ProjectRootElementCache.
ParserIgnoreConfiguration
;
Evaluation\Evaluator.cs (2)
396
string skippedMessage = evaluator._projectRootElementCache.
ParserIgnoreConfiguration
?.GetSkippedSummaryMessage();
672
string configMessage = _projectRootElementCache.
ParserIgnoreConfiguration
?.GetLoadedConfigsMessage();
Evaluation\ProjectRootElementCacheBase.cs (2)
19
/// <see cref="
ParserIgnoreConfiguration
"/> is a legitimate configuration - it is what the escape hatch
84
if (ParserIgnoreConfiguration.Equals(
ParserIgnoreConfiguration
, configuration))
Instance\TaskRegistry.cs (1)
323
ProjectXmlUtilities.VerifyThrowProjectNoChildElements(projectUsingTaskXml.XmlElement, projectUsingTaskXml.ContainingProject.ProjectRootElementCache.
ParserIgnoreConfiguration
);