1 write to Parent
System.ServiceModel (1)
System\ServiceModel\Description\OperationGenerator.cs (1)
124
this.
Parent
= parent;
12 references to Parent
System.ServiceModel (12)
System\ServiceModel\Description\OperationGenerator.cs (12)
645
this.
Parent
.ParameterTypes.Add(wrapperPart, wrapperTypeRef);
646
this.
Parent
.SpecialPartName.Add(wrapperPart, "Body");
699
bool hasAttributes = this.
Parent
.ParameterAttributes.TryGetValue(part, out importedAttributes);
702
this.
Parent
.ParameterTypes.Remove(part);
704
this.
Parent
.ParameterAttributes.Remove(part);
712
if (!this.
Parent
.SpecialPartName.TryGetValue(messagePart, out partName))
733
if (!this.
Parent
.SpecialPartName.TryGetValue(setting, out partName))
745
else if (this.
Parent
.parameterTypes.ContainsKey(setting))
746
return this.
Parent
.parameterTypes[setting];
753
if (this.
Parent
.parameterAttributes != null && this.
Parent
.parameterAttributes.ContainsKey(setting))
755
CodeAttributeDeclarationCollection localAttributes = this.
Parent
.parameterAttributes[setting];