7 references to TypeKind
mscorlib (7)
system\stubhelpers.cs (7)
1383internal TypeKind typeKind; // TypeKind enum 1429pNativeType->typeKind = TypeKind.Primitive; 1431pNativeType->typeKind = TypeKind.Metadata; 1437pNativeType->typeKind = TypeKind.Projection; 1443pNativeType->typeKind = TypeKind.Projection; 1465if (pNativeType->typeKind == TypeKind.Projection) 1475if (isPrimitive != (pNativeType->typeKind == TypeKind.Primitive))