2 writes to contractType
System.ServiceModel (2)
System\ServiceModel\ComIntegration\TypedServiceChannelBuilder.cs (2)
205
TypeCacheManager.Provider.FindOrCreateType(iid, out
contractType
, true, false);
301
TypeCacheManager.Provider.FindOrCreateType(riid, out
contractType
, true, false);
11 references to contractType
System.ServiceModel (11)
System\ServiceModel\ComIntegration\TypedServiceChannelBuilder.cs (11)
111
if (
contractType
== null)
120
object transparentProxy = serviceChannelFactory.CreateChannel(
contractType
, new EndpointAddress(serviceEndpoint.Address.Uri, serviceEndpoint.Address.Identity, serviceEndpoint.Address.Headers), serviceEndpoint.Address.Uri);
123
SR.TraceCodeComIntegrationChannelCreated, serviceEndpoint.Address.Uri,
contractType
);
148
ContractDescription contractDescription = loader.LoadContractDescription(
contractType
);
163
SR.TraceCodeComIntegrationTypedChannelBuilderLoaded,
contractType
, binding);
180
if (
contractType
== null)
300
if (
contractType
== null)
303
if ((
contractType
.GUID != riid) && !(CheckDispatch(ref riid)))
306
Type proxiedType = EmitterCache.TypeEmitter.FindOrCreateType(
contractType
);
326
if (
contractType
== null)
330
if ((
contractType
.GUID != riid) && !(CheckDispatch(ref riid)))