1 write to CallbackContractType
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (1)
761
contractDescription.
CallbackContractType
= callbackType;
7 references to CallbackContractType
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (2)
586
if (endpoint.Contract.
CallbackContractType
== null)
595
if (endpoint.Contract.
CallbackContractType
== null)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (4)
230
Type targetIface = implIsCallback ? opDesc.DeclaringContract.
CallbackContractType
: opDesc.DeclaringContract.ContractType;
610
Type targetIface = serviceEndpoint.Contract.
CallbackContractType
;
790
if (inheritedContractDescription.
CallbackContractType
!= null)
792
inheritedCallbackTypes.Add(inheritedContractDescription.
CallbackContractType
);
FrameworkFork\System.ServiceModel\System\ServiceModel\DuplexChannelFactory.cs (1)
234
Type callbackType = this.Endpoint.Contract.
CallbackContractType
;