6 references to BestFitMappingEnable
ILAssembler (1)
GrammarVisitor.cs (1)
4487
return new(MethodImportAttributes.
BestFitMappingEnable
);
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaMethod.cs (1)
539
result |= MethodImportAttributes.
BestFitMappingEnable
;
Microsoft.CodeAnalysis (2)
Symbols\PlatformInvokeInformation.cs (2)
134
case MethodImportAttributes.
BestFitMappingEnable
:
237
result |= MethodImportAttributes.
BestFitMappingEnable
;
System.Reflection.Emit (1)
System\Reflection\Emit\PseudoCustomAttributesData.cs (1)
73
importAttributes |= MethodImportAttributes.
BestFitMappingEnable
;
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
148
BestFitMapping = (a & MethodImportAttributes.BestFitMappingMask) == MethodImportAttributes.
BestFitMappingEnable
,