4 references to ValidateInstanceType
System.ServiceModel (4)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (4)
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);