2 references to IsTypeOf
illink (2)
Linker.Dataflow\ParameterProxy.cs (1)
54
public partial bool IsTypeOf (string typeName) => ParameterType.
IsTypeOf
(typeName);
Linker\MethodReferenceExtensions.cs (1)
121
return method.DeclaringType.
IsTypeOf
(fullTypeName);