1 instantiation of WriteBase64AsyncResult
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\XmlByteStreamWriter.cs (1)
136return new WriteBase64AsyncResult(buffer, index, count, this, callback, state);
4 references to WriteBase64AsyncResult
System.ServiceModel.Channels (4)
System\ServiceModel\Channels\XmlByteStreamWriter.cs (4)
141WriteBase64AsyncResult.End(result); 164WriteBase64AsyncResult thisPtr = (WriteBase64AsyncResult)result.AsyncState; 173AsyncResult.End<WriteBase64AsyncResult>(result);