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