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)
100get { return _contract; } 147get { return !(_declaringType == _contract.ContractType || _declaringType == _contract.DuplexCallbackType); }