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