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