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