4 references to IsClass
illink (3)
Linker.Steps\MarkStep.cs (1)
2188
if (type.
IsClass
&& type.BaseType == null && type.Name == "Object" && ShouldMarkSystemObjectFinalize)
Linker\BCL.cs (1)
15
if (!type.
IsClass
)
Linker\MethodBodyScanner.cs (1)
89
if (!type.
IsClass
)
tlens (1)
TLens.Analyzers\InverterCtorsChainAnalyzer.cs (1)
18
if (!method.IsConstructor || !method.DeclaringType.
IsClass
)