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