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