8 references to MatchState
System.ServiceModel.Primitives (8)
Internals\System\Xml\XmlMtomReader.cs (8)
1992private MatchState MatchDelimitter(byte[] buffer, int start, int end) 1999return MatchState.False; 2001return MatchState.InsufficientData; 2006return MatchState.False; 2008return MatchState.True; 2023case MatchState.True: 2031case MatchState.False: 2033case MatchState.InsufficientData: