38 references to AttributeMatchState
System.Private.Xml (38)
System\Xml\Schema\SchemaInfo.cs (23)
176internal SchemaAttDef? GetAttributeXsd(SchemaElementDecl? ed, XmlQualifiedName qname, XmlSchemaObject? partialValidationType, out AttributeMatchState attributeMatchState) 179attributeMatchState = AttributeMatchState.UndeclaredAttribute; 185attributeMatchState = AttributeMatchState.AttributeFound; 193attributeMatchState = AttributeMatchState.ProhibitedAnyAttribute; 201attributeMatchState = AttributeMatchState.AnyIdAttributeFound; 205attributeMatchState = AttributeMatchState.AttributeFound; 210attributeMatchState = AttributeMatchState.AnyAttributeLax; 215attributeMatchState = AttributeMatchState.AnyAttributeSkip; 220attributeMatchState = AttributeMatchState.ProhibitedAttribute; 231attributeMatchState = AttributeMatchState.AttributeFound; 235attributeMatchState = AttributeMatchState.AttributeNameMismatch; 240attributeMatchState = AttributeMatchState.ValidateAttributeInvalidCall; 247attributeMatchState = AttributeMatchState.AttributeFound; 251attributeMatchState = AttributeMatchState.UndeclaredElementAndAttribute; 259AttributeMatchState attributeMatchState; 264case AttributeMatchState.UndeclaredAttribute: 267case AttributeMatchState.ProhibitedAnyAttribute: 268case AttributeMatchState.ProhibitedAttribute: 271case AttributeMatchState.AttributeFound: 272case AttributeMatchState.AnyIdAttributeFound: 273case AttributeMatchState.AnyAttributeLax: 274case AttributeMatchState.UndeclaredElementAndAttribute: 277case AttributeMatchState.AnyAttributeSkip:
System\Xml\Schema\XmlSchemaValidator.cs (15)
526AttributeMatchState attributeMatchState; 531case AttributeMatchState.UndeclaredElementAndAttribute: 534goto case AttributeMatchState.AttributeFound; 551case AttributeMatchState.UndeclaredAttribute: 554goto case AttributeMatchState.AttributeFound; 563case AttributeMatchState.ProhibitedAnyAttribute: 566goto case AttributeMatchState.AttributeFound; 575case AttributeMatchState.ProhibitedAttribute: 580case AttributeMatchState.AttributeNameMismatch: 585case AttributeMatchState.ValidateAttributeInvalidCall: 592case AttributeMatchState.AnyIdAttributeFound: 605goto case AttributeMatchState.AttributeFound; 614case AttributeMatchState.AttributeFound: 650case AttributeMatchState.AnyAttributeLax: 654case AttributeMatchState.AnyAttributeSkip: