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