33 references to IsInterface
illink (27)
Microsoft.Maui.Controls.Build.Tasks (2)
TypeReferenceExtensions.cs (2)
70 if (typeDef.IsInterface) 282 if (typeDef.IsInterface)
Mono.Cecil (3)
Mono.Cecil\WindowsRuntimeProjections.cs (3)
244 if (!type.IsInterface && HasAttribute (type.CustomAttributes, "Windows.UI.Xaml", "TreatAsAbstractComposableClassAttribute")) 326 if (!type.IsInterface) { 595 else if (declaring_type.IsInterface)
tlens (1)
TLens.Analyzers\InterfacesAnalyzer.cs (1)
61if (td == null || !td.IsInterface)