8 writes to HasMatched
System.Private.Xml (8)
System\Xml\Schema\ContentValidator.cs (4)
1581context.HasMatched = _transitionTable[0][_symbols.Count] > 0; 1595context.HasMatched = _transitionTable[context.CurrentState.State][_symbols.Count] > 0; 1866context.HasMatched = rposInfo.curpos.Get(_endMarkerPos); 2021context.HasMatched = hasSeenFinalPosition;
System\Xml\Schema\DtdValidator.cs (1)
510context.HasMatched = false;
System\Xml\Schema\XdrValidator.cs (1)
662context.HasMatched = false;
System\Xml\Schema\XmlSchemaValidator.cs (1)
1520_context.HasMatched = false;
System\Xml\Schema\XsdValidator.cs (1)
785context.HasMatched = false;
3 references to HasMatched
System.Private.Xml (3)
System\Xml\Schema\ContentValidator.cs (3)
1598if (IsOpen && context.HasMatched) 1610if (!context.HasMatched) 2033return context.HasMatched;