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