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