23 references to ReadElementContentAsBase64
System.Xml (23)
System\Xml\Core\XmlSubtreeReader.cs (12)
419case State.ReadElementContentAsBase64: 518case State.ReadElementContentAsBase64: 736case State.ReadElementContentAsBase64: 757if ( !InitReadElementContentAsBinary( State.ReadElementContentAsBase64 ) ) { 760goto case State.ReadElementContentAsBase64; 762case State.ReadElementContentAsBase64: 854case State.ReadElementContentAsBase64: 904case State.ReadElementContentAsBase64: 953case State.ReadElementContentAsBase64: 1160Debug.Assert( state == State.ReadElementContentAsBase64 || state == State.ReadElementContentAsBinHex ); 1163if ( state == State.ReadElementContentAsBase64 ) { 1283case State.ReadElementContentAsBase64:
System\Xml\Core\XmlSubtreeReaderAsync.cs (11)
69case State.ReadElementContentAsBase64: 139case State.ReadElementContentAsBase64: 260case State.ReadElementContentAsBase64: 281if ( !await InitReadElementContentAsBinaryAsync( State.ReadElementContentAsBase64 ).ConfigureAwait(false) ) { 284goto case State.ReadElementContentAsBase64; 286case State.ReadElementContentAsBase64: 378case State.ReadElementContentAsBase64: 428case State.ReadElementContentAsBase64: 471case State.ReadElementContentAsBase64: 511Debug.Assert( state == State.ReadElementContentAsBase64 || state == State.ReadElementContentAsBinHex ); 514if ( state == State.ReadElementContentAsBase64 ) {