1 reference to IsThrowOn
System.Private.CoreLib (1)
src\System\StubHelpers.cs (1)
895
private static bool IsThrowOn(int dwFlags) => (dwFlags & (int)AsAnyFlags.
IsThrowOn
) != 0;