5 references to ImplementsInterface
Microsoft.Maui.Controls.Build.Tasks (5)
NodeILExtensions.cs (1)
188
var isExtendedConverter = typeConverter.
ImplementsInterface
(context.Cache, module.ImportReference(context.Cache, ("Microsoft.Maui.Controls", "Microsoft.Maui.Controls", "IExtendedTypeConverter")));
SetPropertiesVisitor.cs (3)
154
else if (parentVar.VariableType.
ImplementsInterface
(Context.Cache, Module.ImportReference(Context.Cache, ("mscorlib", "System.Collections", "IEnumerable")))
340
else if (context.Variables[node].VariableType.
ImplementsInterface
(context.Cache, module.ImportReference(context.Cache, ("Microsoft.Maui.Controls", "Microsoft.Maui.Controls.Xaml", "IMarkupExtension"))))
383
else if (context.Variables[node].VariableType.
ImplementsInterface
(context.Cache, module.ImportReference(context.Cache, ("Microsoft.Maui.Controls", "Microsoft.Maui.Controls.Xaml", "IValueProvider"))))
TypeReferenceExtensions.cs (1)
145
return baseTypeRef.
ImplementsInterface
(cache, @interface);