3 references to Implicit
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder.cs (3)
101
/// <see cref="OverflowChecks.
Implicit
"/> otherwise.
119
: OverflowChecks.
Implicit
;
138
return result == OverflowChecks.Enabled || result == OverflowChecks.
Implicit
&& Compilation.Options.CheckOverflow;