8 references to MatchState
System.Runtime.Serialization (8)
System\Xml\XmlMtomReader.cs (8)
1944MatchState MatchDelimitter(byte[] buffer, int start, int end) 1951return MatchState.False; 1953return MatchState.InsufficientData; 1958return MatchState.False; 1960return MatchState.True; 1975case MatchState.True: 1983case MatchState.False: 1985case MatchState.InsufficientData: