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