23 references to ReadContentAsBase64
System.Xml (23)
System\Xml\Core\XmlSubtreeReader.cs (12)
426case State.ReadContentAsBase64: 525case State.ReadContentAsBase64: 724state = State.ReadContentAsBase64; 725goto case State.ReadContentAsBase64; 727case State.ReadContentAsBase64: 785case State.ReadContentAsBase64: 853case State.ReadContentAsBase64: 902case State.ReadContentAsBase64: 955case State.ReadContentAsBase64: 1189Debug.Assert( state == State.ReadContentAsBase64 || state == State.ReadContentAsBinHex ); 1192if ( state == State.ReadContentAsBase64 ) { 1285case State.ReadContentAsBase64:
System\Xml\Core\XmlSubtreeReaderAsync.cs (11)
76case State.ReadContentAsBase64: 146case State.ReadContentAsBase64: 248state = State.ReadContentAsBase64; 249goto case State.ReadContentAsBase64; 251case State.ReadContentAsBase64: 309case State.ReadContentAsBase64: 377case State.ReadContentAsBase64: 426case State.ReadContentAsBase64: 473case State.ReadContentAsBase64: 540Debug.Assert( state == State.ReadContentAsBase64 || state == State.ReadContentAsBinHex ); 543if ( state == State.ReadContentAsBase64 ) {