4 references to IDS_FeatureNameShadowingInNestedFunctions
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Lambda.cs (1)
374bool allowShadowingNames = binder.Compilation.IsFeatureEnabled(MessageID.IDS_FeatureNameShadowingInNestedFunctions);
Binder\Binder_NameConflicts.cs (1)
121bool allowShadowing = Compilation.IsFeatureEnabled(MessageID.IDS_FeatureNameShadowingInNestedFunctions);
Errors\MessageID.cs (1)
598case MessageID.IDS_FeatureNameShadowingInNestedFunctions:
Symbols\Source\ParameterHelpers.cs (1)
228bool allowShadowingNames = withTypeParametersBinder.Compilation.IsFeatureEnabled(MessageID.IDS_FeatureNameShadowingInNestedFunctions) &&