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