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