15 references to TypeMapAttributeKind
ILCompiler.ReadyToRun (15)
src\runtime\src\coreclr\tools\Common\Compiler\TypeMapMetadata.cs (15)
27private static TypeMapAttributeKind LookupTypeMapType(TypeDesc attrType) 33return TypeMapAttributeKind.TypeMapAssemblyTarget; 35return TypeMapAttributeKind.TypeMap; 37return TypeMapAttributeKind.TypeMapAssociation; 39return TypeMapAttributeKind.None; 323TypeMapAttributeKind attrKind = LookupTypeMapType(type); 325if (attrKind == TypeMapAttributeKind.None) 374case TypeMapAttributeKind.TypeMapAssemblyTarget: 378case TypeMapAttributeKind.TypeMap: 382case TypeMapAttributeKind.TypeMapAssociation: 399if (attrKind is TypeMapAttributeKind.TypeMapAssemblyTarget) 404if (attrKind is TypeMapAttributeKind.TypeMapAssemblyTarget or TypeMapAttributeKind.TypeMap) 409if (attrKind is TypeMapAttributeKind.TypeMapAssemblyTarget or TypeMapAttributeKind.TypeMapAssociation)