5 references to FeatureStrictEnabled
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder.ValueChecks.cs (1)
1419
(Compilation.
FeatureStrictEnabled
Binder\Binder_Expressions.cs (1)
3016
if (Compilation.
FeatureStrictEnabled
|| !isDelegateCreation)
Binder\LockBinder.cs (2)
46
if (expr.ConstantValueOpt != ConstantValue.Null || Compilation.
FeatureStrictEnabled
) // Dev10 allows the null literal.
52
else if (!exprType.IsReferenceType && (exprType.IsValueType || Compilation.
FeatureStrictEnabled
))
Binder\Semantics\OverloadResolution\OverloadResolution.cs (1)
55
bool value = _binder.Compilation.
FeatureStrictEnabled
;