19 references to HasInterfaces
illink (16)
Linker.Dataflow\DynamicallyAccessedMembersBinder.cs (1)
442
if (type.
HasInterfaces
)
Linker.Dataflow\DynamicallyAccessedMembersTypeHierarchy.cs (3)
75
if (type.
HasInterfaces
)
192
if (!applied && type.
HasInterfaces
)
242
if (annotation.HasFlag(DynamicallyAccessedMemberTypes.Interfaces) && type.
HasInterfaces
)
Linker.Steps\MarkStep.cs (5)
305
if (!type.IsInterface || !type.
HasInterfaces
|| !type.HasCustomAttributes)
356
if (type.
HasInterfaces
)
792
if (type.
HasInterfaces
)
2238
if (type.
HasInterfaces
)
2788
if (!type.
HasInterfaces
)
Linker.Steps\SweepStep.cs (1)
305
if (type.
HasInterfaces
)
Linker\MethodBodyScanner.cs (2)
158
if (!type.
HasInterfaces
)
171
if (!type.
HasInterfaces
)
Linker\TypeHierarchyCache.cs (1)
48
if (baseType.
HasInterfaces
)
Linker\TypeMapInfo.cs (1)
177
if (!type.
HasInterfaces
)
Linker\TypeReferenceExtensions.cs (1)
174
if (typeDef?.
HasInterfaces
!= true)
Linker\TypeReferenceWalker.cs (1)
65
if (typeDefinition.
HasInterfaces
)
Mono.Cecil (2)
Mono.Cecil\AssemblyReader.cs (1)
202
if (type.
HasInterfaces
)
Mono.Cecil\AssemblyWriter.cs (1)
1469
if (type.
HasInterfaces
)
tlens (1)
TLens.Analyzers\InterfacesAnalyzer.cs (1)
17
if (!type.
HasInterfaces
)