2 writes to decryptedBuffer
System.ServiceModel (2)
System\ServiceModel\Security\SecurityVerifiedMessage.cs (2)
328this.decryptedBuffer = null; 456this.decryptedBuffer = ContextImportHelper.SpliceBuffers(decryptedBodyContent, stream.GetBuffer(), (int) stream.Length, 2);
2 references to decryptedBuffer
System.ServiceModel (2)
System\ServiceModel\Security\SecurityVerifiedMessage.cs (2)
154XmlDictionaryReader reader = XmlDictionaryReader.CreateTextReader(this.decryptedBuffer, 0, this.decryptedBuffer.Length, this.securityHeader.ReaderQuotas);