1 write to _methodDataCache
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
41
channelProxy.
_methodDataCache
= new MethodDataCache();
2 references to _methodDataCache
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (2)
57
if (
_methodDataCache
.TryGetMethodData(method, out methodData))
111
_methodDataCache
.SetMethodData(methodData);