1 write to _typeDecl
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (1)
556
_typeDecl
= typeDecl;
3 references to _typeDecl
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (3)
567
_typeDecl
.Members.Add(memberDecl);
575
return
_typeDecl
.CustomAttributes;
581
TypedMessageHelper.GenerateConstructors(
_typeDecl
);