1 instantiation of DfaContentValidator
System.Xml (1)
System\Xml\Schema\ContentValidator.cs (1)
1206
return new
DfaContentValidator
(transitionTable, symbols,this.ContentType, this.IsOpen, contentRoot.LeftChild.IsNullable);
1 reference to DfaContentValidator
System.Xml (1)
System\Xml\Schema\XmlSchemaValidator.cs (1)
2107
Debug.Assert(contentValidator is
DfaContentValidator
|| contentValidator is NfaContentValidator || contentValidator is RangeContentValidator || contentValidator is AllElementsContentValidator);