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