2 references to SpliceBuffers
System.ServiceModel (2)
System\ServiceModel\Security\SecurityVerifiedMessage.cs (2)
456
this.decryptedBuffer = ContextImportHelper.
SpliceBuffers
(decryptedBodyContent, stream.GetBuffer(), (int) stream.Length, 2);
501
byte[] splicedBuffer =
SpliceBuffers
(decryptedBuffer, stream.GetBuffer(), (int) stream.Length, wrappingDepth);