1 write to _parameterTypes
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (1)
51
_parameterTypes
= new Dictionary<MessagePartDescription, CodeTypeReference>();
4 references to _parameterTypes
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (4)
50
if (
_parameterTypes
== null)
52
return
_parameterTypes
;
741
else if (_parent.
_parameterTypes
.ContainsKey(setting))
742
return _parent.
_parameterTypes
[setting];