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