4 references to IDS_FeatureAllowsRefStructConstraint
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Constraints.cs (1)
319
CheckFeatureAvailability(allowsConstraint, MessageID.
IDS_FeatureAllowsRefStructConstraint
, diagnostics);
Errors\MessageID.cs (1)
490
case MessageID.
IDS_FeatureAllowsRefStructConstraint
:
Symbols\ConstraintsHelper.cs (2)
102
Binder.CheckFeatureAvailability(location.SourceTree, MessageID.
IDS_FeatureAllowsRefStructConstraint
, diagnostics, location);
948
if (MessageID.
IDS_FeatureAllowsRefStructConstraint
.GetFeatureAvailabilityDiagnosticInfo(args.CurrentCompilation) is { } diagnosticInfo)