8 writes to HasMatched
System.Xml (8)
System\Xml\Schema\ContentValidator.cs (4)
1436context.HasMatched = transitionTable[0][symbols.Count] > 0; 1448context.HasMatched = transitionTable[context.CurrentState.State][symbols.Count] > 0; 1681context.HasMatched = rposInfo.curpos.Get(endMarkerPos); 1827context.HasMatched = hasSeenFinalPosition;
System\Xml\Schema\DtdValidator.cs (1)
422context.HasMatched = false;
System\Xml\Schema\XdrValidator.cs (1)
544context.HasMatched = false;
System\Xml\Schema\XmlSchemaValidator.cs (1)
1298context.HasMatched = false;
System\Xml\Schema\XsdValidator.cs (1)
659context.HasMatched = false;
3 references to HasMatched
System.Xml (3)
System\Xml\Schema\ContentValidator.cs (3)
1451if (IsOpen && context.HasMatched) { 1461if (!context.HasMatched) { 1855return context.HasMatched;