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