2 references to BestFitMappingMask
Microsoft.CodeAnalysis (1)
Symbols\PlatformInvokeInformation.cs (1)
132switch (_flags & MethodImportAttributes.BestFitMappingMask)
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
148BestFitMapping = (a & MethodImportAttributes.BestFitMappingMask) == MethodImportAttributes.BestFitMappingEnable,