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