1 write to stream
System.Runtime.Serialization (1)
System\Xml\XmlMtomReader.cs (1)
2811
this.
stream
= stream;
17 references to stream
System.Runtime.Serialization (17)
System\Xml\XmlMtomReader.cs (17)
2827
get { return
stream
.CanRead; }
2835
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.GetString(SR.SeekNotSupportedOnStream,
stream
.GetType().FullName)));
2844
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.GetString(SR.SeekNotSupportedOnStream,
stream
.GetType().FullName)));
2848
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.GetString(SR.SeekNotSupportedOnStream,
stream
.GetType().FullName)));
2855
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.GetString(SR.ReadNotSupportedOnStream,
stream
.GetType().FullName)));
2857
return
stream
.BeginRead(buffer, offset, count, callback, state);
2862
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.GetString(SR.WriteNotSupportedOnStream,
stream
.GetType().FullName)));
2867
stream
.Close();
2873
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.GetString(SR.ReadNotSupportedOnStream,
stream
.GetType().FullName)));
2875
return
stream
.EndRead(asyncResult);
2880
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.GetString(SR.WriteNotSupportedOnStream,
stream
.GetType().FullName)));
2885
stream
.Flush();
2891
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.GetString(SR.ReadNotSupportedOnStream,
stream
.GetType().FullName)));
2916
return read +
stream
.Read(buffer, offset, count);
2976
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.GetString(SR.SeekNotSupportedOnStream,
stream
.GetType().FullName)));
2981
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.GetString(SR.SeekNotSupportedOnStream,
stream
.GetType().FullName)));
2986
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.GetString(SR.WriteNotSupportedOnStream,
stream
.GetType().FullName)));