3 writes to serviceType
System.ServiceModel (3)
System\ServiceModel\ServiceHost.cs (3)
1671
this.
serviceType
= serviceType;
1691
this.
serviceType
= singletonInstance.GetType();
2038
this.
serviceType
= serviceType;
12 references to serviceType
System.ServiceModel (12)
System\ServiceModel\ServiceHost.cs (12)
1696
ServiceModelActivity.Start(activity, SR.GetString(SR.ActivityConstructServiceHost,
serviceType
.FullName), ActivityType.Construct);
1756
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SfxReflectedContractKeyNotFoundIMetadataExchange, this.
serviceType
.FullName)));
1759
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SfxReflectedContractKeyNotFound2, implementedContract.FullName, this.
serviceType
.FullName)));
1938
get { return SR.GetString(SR.ActivityCloseServiceHost, this.
serviceType
.FullName); }
1943
get { return SR.GetString(SR.ActivityOpenServiceHost, this.
serviceType
.FullName); }
1948
if (this.
serviceType
== null)
1960
description = ServiceDescription.GetService(this.
serviceType
);
1970
if ((typeof(IServiceBehavior).IsAssignableFrom(this.
serviceType
) || typeof(IContractBehavior).IsAssignableFrom(this.
serviceType
))
1973
serviceInstanceUsedAsABehavior = ServiceDescription.CreateImplementation(this.
serviceType
);
1986
List<Type> interfaces = ServiceReflector.GetInterfaces(this.
serviceType
);
1999
contract = ContractDescription.GetContract(contractType, this.
serviceType
);