25 references to ReadContentAsBase64
System.Private.Xml (25)
System\Xml\Core\XmlSubtreeReader.cs (14)
524case State.ReadContentAsBase64: 640case State.ReadContentAsBase64: 883_state = State.ReadContentAsBase64; 884goto case State.ReadContentAsBase64; 886case State.ReadContentAsBase64: 952case State.ReadContentAsBase64: 1033case State.ReadContentAsBase64: 1089case State.ReadContentAsBase64: 1149case State.ReadContentAsBase64: 1440Debug.Assert(_state == State.ReadContentAsBase64 || _state == State.ReadContentAsBinHex); 1443if (_state == State.ReadContentAsBase64) 1479Debug.Assert(0 == (AttributeActiveStates & (1 << (int)State.ReadContentAsBase64))); 1500Debug.Assert(0 != (NamespaceActiveStates & (1 << (int)State.ReadContentAsBase64))); 1547case State.ReadContentAsBase64:
System\Xml\Core\XmlSubtreeReaderAsync.cs (11)
87case State.ReadContentAsBase64: 166case State.ReadContentAsBase64: 289_state = State.ReadContentAsBase64; 290goto case State.ReadContentAsBase64; 292case State.ReadContentAsBase64: 358case State.ReadContentAsBase64: 439case State.ReadContentAsBase64: 495case State.ReadContentAsBase64: 547case State.ReadContentAsBase64: 624Debug.Assert(_state == State.ReadContentAsBase64 || _state == State.ReadContentAsBinHex); 627if (_state == State.ReadContentAsBase64)