Base:
property
IsValueType
Mono.Cecil.TypeReference.IsValueType
15 references to IsValueType
illink (10)
Linker.Dataflow\ReflectionMethodBodyScanner.cs (2)
291
if (parameterTypeDef.
IsValueType
)
335
if (!methodDefinition.IsStatic && !method.IsGenericInstance && !methodDefinition.IsConstructor && !methodDefinition.DeclaringType.
IsValueType
)
Linker.Steps\CodeRewriterStep.cs (2)
87
if (method.IsConstructor && !method.DeclaringType.
IsValueType
)
116
if (method.IsInstanceConstructor() && !method.DeclaringType.
IsValueType
)
Linker.Steps\DiscoverCustomOperatorsHandler.cs (1)
143
if (!typeDef.
IsValueType
|| typeDef != NullableOfT)
Linker.Steps\MarkStep.cs (3)
1876
if (!field.DeclaringType.
IsValueType
&& !field.DeclaringType.IsAutoLayout)
2213
else if (type.
IsValueType
)
3497
if (!type.
IsValueType
)
Linker.Steps\UnsafeAccessorMarker.cs (2)
181
if (!isStatic && targetType.
IsValueType
&& !targetTypeReference.IsByReference)
209
if (!isStatic && targetType.
IsValueType
&& !targetTypeReference.IsByReference)
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)
32
if (ctor.DeclaringType.
IsValueType
)