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