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