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