8 references to BestFitMappingMask
ILCompiler.TypeSystem (6)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaMethod.cs (6)
482
if ((importAttributes & MethodImportAttributes.
BestFitMappingMask
) == 0 ||
489
if ((importAttributes & MethodImportAttributes.
BestFitMappingMask
) == 0)
490
importAttributes |= fromCA & MethodImportAttributes.
BestFitMappingMask
;
495
if ((importAttributes & MethodImportAttributes.
BestFitMappingMask
) == 0 ||
499
if ((importAttributes & MethodImportAttributes.
BestFitMappingMask
) == 0)
500
importAttributes |= fromCA & MethodImportAttributes.
BestFitMappingMask
;
Microsoft.CodeAnalysis (1)
Symbols\PlatformInvokeInformation.cs (1)
132
switch (_flags & MethodImportAttributes.
BestFitMappingMask
)
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
148
BestFitMapping = (a & MethodImportAttributes.
BestFitMappingMask
) == MethodImportAttributes.BestFitMappingEnable,