2 writes to _decryptedBuffer
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\SecurityVerifiedMessage.cs (2)
308_decryptedBuffer = null; 415_decryptedBuffer = ContextImportHelper.SpliceBuffers(decryptedBodyContent, stream.GetBuffer(), (int)stream.Length, 2);
2 references to _decryptedBuffer
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\SecurityVerifiedMessage.cs (2)
145XmlDictionaryReader reader = XmlDictionaryReader.CreateTextReader(_decryptedBuffer, 0, _decryptedBuffer.Length, ReceivedSecurityHeader.ReaderQuotas);