25 writes to _incReadState
dotnet-svcutil-lib (25)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (25)
1880_incReadState = IncrementalReadState.ReadValueChunk_OnPartialValue; 1884_incReadState = IncrementalReadState.ReadValueChunk_OnCachedValue; 1944_incReadState = endOfValue ? IncrementalReadState.ReadValueChunk_OnCachedValue : IncrementalReadState.ReadValueChunk_OnPartialValue; 5926_incReadState = IncrementalReadState.ReadValueChunk_OnCachedValue; 5943_incReadState = IncrementalReadState.ReadContentAsBinary_OnCachedValue; 8270_incReadState = IncrementalReadState.Text; 8362_incReadState = IncrementalReadState.Text; 8370_incReadState = IncrementalReadState.Text; 8378_incReadState = IncrementalReadState.Text; 8386_incReadState = IncrementalReadState.End; 8395_incReadState = IncrementalReadState.Text; 8483_incReadState = IncrementalReadState.PI; 8494_incReadState = IncrementalReadState.Comment; 8504_incReadState = IncrementalReadState.CDATA; 8541_incReadState = IncrementalReadState.EndElement; 8565_incReadState = IncrementalReadState.Attributes; 8586_incReadState = IncrementalReadState.Text; 8596_incReadState = IncrementalReadState.Text; 8607_incReadState = IncrementalReadState.Attributes; 8612_incReadState = IncrementalReadState.AttributeValue; 8633_incReadState = IncrementalReadState.ReadData; 9107_incReadState = IncrementalReadState.ReadContentAsBinary_OnPartialValue; 9111_incReadState = IncrementalReadState.ReadContentAsBinary_OnCachedValue; 9536_incReadState = endOfValue ? IncrementalReadState.ReadContentAsBinary_OnCachedValue : IncrementalReadState.ReadContentAsBinary_OnPartialValue; 9558_incReadState = IncrementalReadState.ReadContentAsBinary_End;
18 references to _incReadState
dotnet-svcutil-lib (18)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (18)
1920if (_incReadState == IncrementalReadState.ReadValueChunk_OnPartialValue) 5897(_parsingFunction == ParsingFunction.InReadValueChunk && _incReadState == IncrementalReadState.ReadValueChunk_OnPartialValue)); 5923if (_incReadState == IncrementalReadState.ReadValueChunk_OnPartialValue) 5939switch (_incReadState) 5979if (_incReadState == IncrementalReadState.ReadValueChunk_OnPartialValue) 5996if (_incReadState == IncrementalReadState.ReadContentAsBinary_OnPartialValue) 6006if (_incReadState != IncrementalReadState.ReadContentAsBinary_End) 8351switch (_incReadState) 8403Debug.Assert(_incReadState == IncrementalReadState.Text || 8404_incReadState == IncrementalReadState.Attributes || 8405_incReadState == IncrementalReadState.AttributeValue); 8418if (_incReadState == IncrementalReadState.Attributes) 8469if (_incReadState != IncrementalReadState.Text) 8578if (_incReadState == IncrementalReadState.Attributes) 8594if (_incReadState == IncrementalReadState.Attributes) 8602switch (_incReadState) 9480if (_incReadState == IncrementalReadState.ReadContentAsBinary_End) 9509if (_incReadState == IncrementalReadState.ReadContentAsBinary_OnPartialValue)