Base:
property
IsValueType
Mono.Cecil.TypeReference.IsValueType
15 references to IsValueType
illink (10)
Microsoft.Maui.Controls.Build.Tasks (4)
CreateObjectVisitor.cs (4)
139 if (!typedef.IsValueType) //for ctor'ing typedefs, we first have to ldloca before the params 190 if (!isColor && !typedef.IsValueType && ctorInfo == null && factoryMethodInfo == null) 195 if (isColor || ctorinforef != null || factorymethodinforef != null || typedef.IsValueType) 225 else if (!typedef.IsValueType)
tlens (1)
TLens.Analyzers\RedundantFieldInitializationAnalyzer.cs (1)
32if (ctor.DeclaringType.IsValueType)