38 references to AttributeMatchState
System.Xml (38)
System\Xml\Schema\SchemaInfo.cs (23)
192internal SchemaAttDef GetAttributeXsd(SchemaElementDecl ed, XmlQualifiedName qname, XmlSchemaObject partialValidationType, out AttributeMatchState attributeMatchState) { 194attributeMatchState = AttributeMatchState.UndeclaredAttribute; 198attributeMatchState = AttributeMatchState.AttributeFound; 204attributeMatchState = AttributeMatchState.ProhibitedAnyAttribute; 209attributeMatchState = AttributeMatchState.AnyIdAttributeFound; 212attributeMatchState = AttributeMatchState.AttributeFound; 216attributeMatchState = AttributeMatchState.AnyAttributeLax; 220attributeMatchState = AttributeMatchState.AnyAttributeSkip; 224attributeMatchState = AttributeMatchState.ProhibitedAttribute; 232attributeMatchState = AttributeMatchState.AttributeFound; 235attributeMatchState = AttributeMatchState.AttributeNameMismatch; 239attributeMatchState = AttributeMatchState.ValidateAttributeInvalidCall; 244attributeMatchState = AttributeMatchState.AttributeFound; 247attributeMatchState = AttributeMatchState.UndeclaredElementAndAttribute; 254AttributeMatchState attributeMatchState; 258case AttributeMatchState.UndeclaredAttribute: 261case AttributeMatchState.ProhibitedAnyAttribute: 262case AttributeMatchState.ProhibitedAttribute: 265case AttributeMatchState.AttributeFound: 266case AttributeMatchState.AnyIdAttributeFound: 267case AttributeMatchState.AnyAttributeLax: 268case AttributeMatchState.UndeclaredElementAndAttribute: 271case AttributeMatchState.AnyAttributeSkip:
System\Xml\Schema\XmlSchemaValidator.cs (15)
493AttributeMatchState attributeMatchState; 497case AttributeMatchState.UndeclaredElementAndAttribute: 499goto case AttributeMatchState.AttributeFound; 514case AttributeMatchState.UndeclaredAttribute: 516goto case AttributeMatchState.AttributeFound; 524case AttributeMatchState.ProhibitedAnyAttribute: 526goto case AttributeMatchState.AttributeFound; 534case AttributeMatchState.ProhibitedAttribute: 539case AttributeMatchState.AttributeNameMismatch: 544case AttributeMatchState.ValidateAttributeInvalidCall: 551case AttributeMatchState.AnyIdAttributeFound: 561goto case AttributeMatchState.AttributeFound; 569case AttributeMatchState.AttributeFound: 598case AttributeMatchState.AnyAttributeLax: 602case AttributeMatchState.AnyAttributeSkip: