38 references to AttributeMatchState
dotnet-svcutil-lib (38)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaInfo.cs (23)
224internal SchemaAttDef GetAttributeXsd(SchemaElementDecl ed, XmlQualifiedName qname, XmlSchemaObject partialValidationType, out AttributeMatchState attributeMatchState) 227attributeMatchState = AttributeMatchState.UndeclaredAttribute; 233attributeMatchState = AttributeMatchState.AttributeFound; 241attributeMatchState = AttributeMatchState.ProhibitedAnyAttribute; 249attributeMatchState = AttributeMatchState.AnyIdAttributeFound; 253attributeMatchState = AttributeMatchState.AttributeFound; 258attributeMatchState = AttributeMatchState.AnyAttributeLax; 263attributeMatchState = AttributeMatchState.AnyAttributeSkip; 268attributeMatchState = AttributeMatchState.ProhibitedAttribute; 279attributeMatchState = AttributeMatchState.AttributeFound; 283attributeMatchState = AttributeMatchState.AttributeNameMismatch; 288attributeMatchState = AttributeMatchState.ValidateAttributeInvalidCall; 295attributeMatchState = AttributeMatchState.AttributeFound; 299attributeMatchState = AttributeMatchState.UndeclaredElementAndAttribute; 307AttributeMatchState attributeMatchState; 312case AttributeMatchState.UndeclaredAttribute: 315case AttributeMatchState.ProhibitedAnyAttribute: 316case AttributeMatchState.ProhibitedAttribute: 319case AttributeMatchState.AttributeFound: 320case AttributeMatchState.AnyIdAttributeFound: 321case AttributeMatchState.AnyAttributeLax: 322case AttributeMatchState.UndeclaredElementAndAttribute: 325case AttributeMatchState.AnyAttributeSkip:
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (15)
568AttributeMatchState attributeMatchState; 573case AttributeMatchState.UndeclaredElementAndAttribute: 576goto case AttributeMatchState.AttributeFound; 593case AttributeMatchState.UndeclaredAttribute: 596goto case AttributeMatchState.AttributeFound; 605case AttributeMatchState.ProhibitedAnyAttribute: 608goto case AttributeMatchState.AttributeFound; 617case AttributeMatchState.ProhibitedAttribute: 622case AttributeMatchState.AttributeNameMismatch: 627case AttributeMatchState.ValidateAttributeInvalidCall: 634case AttributeMatchState.AnyIdAttributeFound: 647goto case AttributeMatchState.AttributeFound; 656case AttributeMatchState.AttributeFound: 690case AttributeMatchState.AnyAttributeLax: 694case AttributeMatchState.AnyAttributeSkip: