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