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