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