1 write to methodDataCache
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
47
this.
methodDataCache
= new MethodDataCache();
2 references to methodDataCache
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannelProxy.cs (2)
90
if (
methodDataCache
.TryGetMethodData(method, out methodData))
153
methodDataCache
.SetMethodData(methodData);