2 writes to Type
System.ServiceModel (1)
System\ServiceModel\ServiceBehaviorAttribute.cs (1)
450
dispatch.
Type
= serviceType;
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\ServiceDiscoveryBehavior.cs (1)
144
dispatchRuntime.
Type
= discoveryService.GetType();
13 references to Type
System.ServiceModel (13)
System\ServiceModel\Channels\ServiceChannel.cs (2)
1827
if (behavior.
Type
!= null)
1829
values["ServiceType"] = behavior.
Type
.AssemblyQualifiedName;
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (5)
108
if ((operation.Parent.InstanceProvider == null) && (operation.Parent.
Type
!= null))
113
this.ValidateInstanceType(operation.Parent.
Type
, sync.Method);
119
this.ValidateInstanceType(operation.Parent.
Type
, async.BeginMethod);
120
this.ValidateInstanceType(operation.Parent.
Type
, async.EndMethod);
126
this.ValidateInstanceType(operation.Parent.
Type
, task.TaskMethod);
System\ServiceModel\Dispatcher\InstanceBehavior.cs (6)
47
if (dispatch.
Type
!= null)
49
constructor = InstanceBehavior.GetConstructor(dispatch.
Type
);
54
if (dispatch.
Type
!= null && (dispatch.
Type
.IsAbstract || dispatch.
Type
.IsInterface))
70
CreateInstanceDelegate creator = util.GenerateCreateInstanceDelegate(dispatch.
Type
, constructor);