12 references to IsEnum
illink (6)
Linker.Steps\CodeRewriterStep.cs (1)
193
if (definition?.
IsEnum
== true)
Linker.Steps\LinkAttributesParser.cs (1)
304
if (enumType?.
IsEnum
!= true)
Linker.Steps\MarkStep.cs (2)
3491
if (!type.IsAutoLayout || type.
IsEnum
|| TypeIsInlineArrayType(type))
3492
MarkFields(type, includeStatic: type.
IsEnum
, reason: new DependencyInfo(DependencyKind.MemberOfType, type), origin);
Linker.Steps\ProcessLinkerXmlBase.cs (1)
645
typeDefinition.
IsEnum
)
Linker.Steps\SweepStep.cs (1)
320
if (type.HasFields && !type.IsBeforeFieldInit && !Annotations.HasPreservedStaticCtor(type) && !type.
IsEnum
)
Microsoft.Maui.Controls.Build.Tasks (2)
CompiledMarkupExtensions\StaticExtension.cs (1)
64
if (memberRef.ResolveCached(context.Cache).
IsEnum
)
NodeILExtensions.cs (1)
343
if (!enumDef.
IsEnum
)
Mono.Cecil (3)
Mono.Cecil\AssemblyReader.cs (1)
3716
if (!type.
IsEnum
)
Mono.Cecil\AssemblyWriter.cs (2)
1912
if (type.
IsEnum
)
3106
if (!type.
IsEnum
)
Mono.Cecil.Rocks (1)
Mono.Cecil.Rocks\TypeDefinitionRocks.cs (1)
59
if (!self.
IsEnum
)