4 writes to typeKind
mscorlib (4)
system\stubhelpers.cs (4)
1429
pNativeType->
typeKind
= TypeKind.Primitive;
1431
pNativeType->
typeKind
= TypeKind.Metadata;
1437
pNativeType->
typeKind
= TypeKind.Projection;
1443
pNativeType->
typeKind
= TypeKind.Projection;
2 references to typeKind
mscorlib (2)
system\stubhelpers.cs (2)
1465
if (pNativeType->
typeKind
== TypeKind.Projection)
1475
if (isPrimitive != (pNativeType->
typeKind
== TypeKind.Primitive))