2 instantiations of BufferedReceiveMessageProperty
System.ServiceModel (2)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (2)
516BufferedReceiveMessageProperty.Name, new BufferedReceiveMessageProperty(ref rpc)); 536BufferedReceiveMessageProperty.Name, new BufferedReceiveMessageProperty(ref rpc));
5 references to BufferedReceiveMessageProperty
System.ServiceModel (5)
System\ServiceModel\Channels\BufferedReceiveMessageProperty.cs (3)
66public static bool TryGet(Message message, out BufferedReceiveMessageProperty property) 73public static bool TryGet(MessageProperties properties, out BufferedReceiveMessageProperty property) 80property = value as BufferedReceiveMessageProperty;
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (2)
516BufferedReceiveMessageProperty.Name, new BufferedReceiveMessageProperty(ref rpc)); 536BufferedReceiveMessageProperty.Name, new BufferedReceiveMessageProperty(ref rpc));