1 write to _cachedWriteBuffer
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\RequestSecurityTokenResponse.cs (1)
584bool gotBuffer = stream.TryGetBuffer(out _cachedWriteBuffer);
2 references to _cachedWriteBuffer
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\RequestSecurityTokenResponse.cs (2)
575if (_cachedWriteBuffer.Array == null) 594writer.WriteNode(XmlDictionaryReader.CreateBinaryReader(_cachedWriteBuffer.Array, 0, _cachedWriteBufferLength, XD.Dictionary, XmlDictionaryReaderQuotas.Max), false);