4 references to ValidateInstanceType
System.ServiceModel (4)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (4)
113this.ValidateInstanceType(operation.Parent.Type, sync.Method); 119this.ValidateInstanceType(operation.Parent.Type, async.BeginMethod); 120this.ValidateInstanceType(operation.Parent.Type, async.EndMethod); 126this.ValidateInstanceType(operation.Parent.Type, task.TaskMethod);