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