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