3 references to Enabled
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder.cs (3)
98
/// <see cref="OverflowChecks.
Enabled
"/> if we are in an explicitly checked context (within checked block or expression).
115
? OverflowChecks.
Enabled
137
return result == OverflowChecks.
Enabled
|| result == OverflowChecks.Implicit && Compilation.Options.CheckOverflow;