3 references to IsBestFit
System.Private.CoreLib (3)
src\System\Runtime\InteropServices\Marshal.CoreCLR.cs (2)
111(int)AsAnyMarshaler.AsAnyFlags.IsBestFit; 178(int)AsAnyMarshaler.AsAnyFlags.IsBestFit;
src\System\StubHelpers.cs (1)
896private static bool IsBestFit(int dwFlags) => (dwFlags & (int)AsAnyFlags.IsBestFit) != 0;