5 references to BestFitMappingDisable
ILAssembler (1)
GrammarVisitor.cs (1)
4489
return new(MethodImportAttributes.
BestFitMappingDisable
);
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaMethod.cs (1)
541
result |= MethodImportAttributes.
BestFitMappingDisable
;
Microsoft.CodeAnalysis (2)
Symbols\PlatformInvokeInformation.cs (2)
137
case MethodImportAttributes.
BestFitMappingDisable
:
241
result |= MethodImportAttributes.
BestFitMappingDisable
;
System.Reflection.Emit (1)
System\Reflection\Emit\PseudoCustomAttributesData.cs (1)
77
importAttributes |= MethodImportAttributes.
BestFitMappingDisable
;