1 write to parameterAttributes
System.ServiceModel (1)
System\ServiceModel\Description\OperationGenerator.cs (1)
41this.parameterAttributes = new Dictionary<MessagePartDescription, CodeAttributeDeclarationCollection>();
5 references to parameterAttributes
System.ServiceModel (5)
System\ServiceModel\Description\OperationGenerator.cs (5)
40if (this.parameterAttributes == null) 42return this.parameterAttributes; 753if (this.Parent.parameterAttributes != null && this.Parent.parameterAttributes.ContainsKey(setting)) 755CodeAttributeDeclarationCollection localAttributes = this.Parent.parameterAttributes[setting];