1 write to _ParserIgnoreConfiguration
Microsoft.Build (1)
Evaluation\ProjectParser.cs (1)
107
_ParserIgnoreConfiguration
= ParserIgnoreConfiguration;
29 references to _ParserIgnoreConfiguration
Microsoft.Build (29)
Evaluation\ProjectParser.cs (29)
211
if (ProjectXmlUtilities.ThrowIfProjectInvalidChildElement(childElement.Name, childElement.ParentNode.Name, childElement.Location,
_ParserIgnoreConfiguration
))
226
ProjectXmlUtilities.VerifyThrowProjectAttributes(element, ValidAttributesOnlyConditionAndLabel,
_ParserIgnoreConfiguration
);
232
ProjectXmlUtilities.VerifyThrowProjectAttributes(childElement, ValidAttributesOnlyConditionAndLabel,
_ParserIgnoreConfiguration
, ParserIgnoreConfiguration.GenericPropertyElement);
250
ProjectXmlUtilities.VerifyThrowProjectAttributes(element, ValidAttributesOnlyConditionAndLabel,
_ParserIgnoreConfiguration
);
331
if (
_ParserIgnoreConfiguration
?.CheckSkipAttribute(ParserIgnoreConfiguration.GenericItemElement, attribute.Name) != true)
406
ProjectXmlUtilities.VerifyThrowProjectAttributes(element, ValidAttributesOnlyConditionAndLabel,
_ParserIgnoreConfiguration
, ParserIgnoreConfiguration.GenericMetadataElement);
434
ProjectXmlUtilities.VerifyThrowProjectAttributes(element, ValidAttributesOnlyConditionAndLabel,
_ParserIgnoreConfiguration
);
442
if (
_ParserIgnoreConfiguration
?.CheckSkipElement(element.Name, childElement.Name) == true)
474
ProjectXmlUtilities.VerifyThrowProjectAttributes(element, ValidAttributesOnImport,
_ParserIgnoreConfiguration
);
476
ProjectXmlUtilities.VerifyThrowProjectNoChildElements(element,
_ParserIgnoreConfiguration
);
496
ProjectXmlUtilities.VerifyThrowProjectNoAttributes(element,
_ParserIgnoreConfiguration
);
510
ProjectXmlUtilities.VerifyThrowProjectAttributes(childElement, ValidAttributesOnUsingTaskParameter,
_ParserIgnoreConfiguration
, XMakeElements.usingTaskParameter);
528
ProjectXmlUtilities.VerifyThrowProjectAttributes(element, ValidAttributesOnUsingTask,
_ParserIgnoreConfiguration
);
571
ProjectXmlUtilities.VerifyThrowProjectAttributes(childElement, ValidAttributesOnUsingTaskBody,
_ParserIgnoreConfiguration
, ParserIgnoreConfiguration.GenericUsingTaskBodyElement);
577
if (ProjectXmlUtilities.ThrowIfProjectInvalidChildElement(childElement.Name, element.Name, element.Location,
_ParserIgnoreConfiguration
))
596
ProjectXmlUtilities.VerifyThrowProjectAttributes(element, ValidAttributesOnTarget,
_ParserIgnoreConfiguration
);
638
ProjectXmlUtilities.VerifyThrowProjectAttributes(childElement, ValidAttributesOnOnError,
_ParserIgnoreConfiguration
);
640
ProjectXmlUtilities.VerifyThrowProjectNoChildElements(childElement,
_ParserIgnoreConfiguration
);
692
if (
_ParserIgnoreConfiguration
?.CheckSkipElement(XMakeElements.usingTaskBody, childElement.Name) == true)
713
ProjectXmlUtilities.VerifyThrowProjectAttributes(element, ValidAttributesOnOutput,
_ParserIgnoreConfiguration
);
715
ProjectXmlUtilities.VerifyThrowProjectNoChildElements(element,
_ParserIgnoreConfiguration
);
739
ProjectXmlUtilities.VerifyThrowProjectAttributes(element, ValidAttributesOnlyConditionAndLabel,
_ParserIgnoreConfiguration
);
770
if (
_ParserIgnoreConfiguration
?.CheckSkipAttribute(ParserIgnoreConfiguration.GenericItemDefinitionElement, attribute.Name) != true)
785
if (
_ParserIgnoreConfiguration
?.CheckSkipAttribute(ParserIgnoreConfiguration.GenericItemDefinitionElement, attribute.Name) != true)
807
ProjectXmlUtilities.VerifyThrowProjectNoAttributes(element,
_ParserIgnoreConfiguration
);
836
if (ProjectXmlUtilities.ThrowIfProjectInvalidChildElement(childElement.Name, element.Name, element.Location,
_ParserIgnoreConfiguration
))
871
ProjectXmlUtilities.VerifyThrowProjectNoAttributes(element,
_ParserIgnoreConfiguration
);
908
if (ProjectXmlUtilities.ThrowIfProjectInvalidChildElement(childElement.Name, element.Name, element.Location,
_ParserIgnoreConfiguration
))
927
ProjectXmlUtilities.VerifyThrowProjectNoAttributes(element,
_ParserIgnoreConfiguration
);