58 references to IncrementalReadState
dotnet-svcutil-lib (58)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (58)
237private IncrementalReadState _incReadState; 1880_incReadState = IncrementalReadState.ReadValueChunk_OnPartialValue; 1884_incReadState = IncrementalReadState.ReadValueChunk_OnCachedValue; 1920if (_incReadState == IncrementalReadState.ReadValueChunk_OnPartialValue) 1944_incReadState = endOfValue ? IncrementalReadState.ReadValueChunk_OnCachedValue : IncrementalReadState.ReadValueChunk_OnPartialValue; 5897(_parsingFunction == ParsingFunction.InReadValueChunk && _incReadState == IncrementalReadState.ReadValueChunk_OnPartialValue)); 5923if (_incReadState == IncrementalReadState.ReadValueChunk_OnPartialValue) 5926_incReadState = IncrementalReadState.ReadValueChunk_OnCachedValue; 5941case IncrementalReadState.ReadContentAsBinary_OnPartialValue: 5943_incReadState = IncrementalReadState.ReadContentAsBinary_OnCachedValue; 5945case IncrementalReadState.ReadContentAsBinary_OnCachedValue: 5952case IncrementalReadState.ReadContentAsBinary_End: 5979if (_incReadState == IncrementalReadState.ReadValueChunk_OnPartialValue) 5996if (_incReadState == IncrementalReadState.ReadContentAsBinary_OnPartialValue) 6006if (_incReadState != IncrementalReadState.ReadContentAsBinary_End) 8270_incReadState = IncrementalReadState.Text; 8353case IncrementalReadState.Text: 8354case IncrementalReadState.Attributes: 8355case IncrementalReadState.AttributeValue: 8357case IncrementalReadState.PI: 8362_incReadState = IncrementalReadState.Text; 8365case IncrementalReadState.Comment: 8370_incReadState = IncrementalReadState.Text; 8373case IncrementalReadState.CDATA: 8378_incReadState = IncrementalReadState.Text; 8381case IncrementalReadState.EndElement: 8386_incReadState = IncrementalReadState.End; 8387goto case IncrementalReadState.End; 8388case IncrementalReadState.End: 8390case IncrementalReadState.ReadData: 8395_incReadState = IncrementalReadState.Text; 8403Debug.Assert(_incReadState == IncrementalReadState.Text || 8404_incReadState == IncrementalReadState.Attributes || 8405_incReadState == IncrementalReadState.AttributeValue); 8418if (_incReadState == IncrementalReadState.Attributes) 8469if (_incReadState != IncrementalReadState.Text) 8483_incReadState = IncrementalReadState.PI; 8494_incReadState = IncrementalReadState.Comment; 8504_incReadState = IncrementalReadState.CDATA; 8541_incReadState = IncrementalReadState.EndElement; 8565_incReadState = IncrementalReadState.Attributes; 8578if (_incReadState == IncrementalReadState.Attributes) 8586_incReadState = IncrementalReadState.Text; 8594if (_incReadState == IncrementalReadState.Attributes) 8596_incReadState = IncrementalReadState.Text; 8604case IncrementalReadState.AttributeValue: 8607_incReadState = IncrementalReadState.Attributes; 8610case IncrementalReadState.Attributes: 8612_incReadState = IncrementalReadState.AttributeValue; 8633_incReadState = IncrementalReadState.ReadData; 9107_incReadState = IncrementalReadState.ReadContentAsBinary_OnPartialValue; 9111_incReadState = IncrementalReadState.ReadContentAsBinary_OnCachedValue; 9480if (_incReadState == IncrementalReadState.ReadContentAsBinary_End) 9509if (_incReadState == IncrementalReadState.ReadContentAsBinary_OnPartialValue) 9536_incReadState = endOfValue ? IncrementalReadState.ReadContentAsBinary_OnCachedValue : IncrementalReadState.ReadContentAsBinary_OnPartialValue; 9558_incReadState = IncrementalReadState.ReadContentAsBinary_End;