1 write to parent
System.ServiceModel (1)
System\ServiceModel\Description\ServiceContractGenerator.cs (1)
506this.parent = parent;
2 references to parent
System.ServiceModel (2)
System\ServiceModel\Description\ServiceContractGenerator.cs (2)
545codeType.CustomAttributes.Add(new CodeAttributeDeclaration(parent.GetCodeTypeReference(typeof(DebuggerStepThroughAttribute)))); 551CodeAttributeDeclaration generatedCodeAttribute = new CodeAttributeDeclaration(parent.GetCodeTypeReference(typeof(GeneratedCodeAttribute)));