1 write to parameterTypes
System.ServiceModel (1)
System\ServiceModel\Description\OperationGenerator.cs (1)
51
this.
parameterTypes
= new Dictionary<MessagePartDescription, CodeTypeReference>();
4 references to parameterTypes
System.ServiceModel (4)
System\ServiceModel\Description\OperationGenerator.cs (4)
50
if (this.
parameterTypes
== null)
52
return this.
parameterTypes
;
745
else if (this.Parent.
parameterTypes
.ContainsKey(setting))
746
return this.Parent.
parameterTypes
[setting];