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