1 write to _parent
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (1)
452
_parent
= parent;
2 references to _parent
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (2)
491
codeType.CustomAttributes.Add(new CodeAttributeDeclaration(
_parent
.GetCodeTypeReference(typeof(DebuggerStepThroughAttribute))));
497
CodeAttributeDeclaration generatedCodeAttribute = new CodeAttributeDeclaration(
_parent
.GetCodeTypeReference(typeof(GeneratedCodeAttribute)));