1 write to _declaringType
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationContractGenerationContext.cs (1)
39
_declaringType
= declaringType;
3 references to _declaringType
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationContractGenerationContext.cs (3)
105
get { return
_declaringType
; }
147
get { return !(
_declaringType
== _contract.ContractType ||
_declaringType
== _contract.DuplexCallbackType); }