5 references to CheckFeatureAvailability
Microsoft.CodeAnalysis.CSharp (5)
Symbols\ConstraintsHelper.cs (1)
102
Binder.
CheckFeatureAvailability
(location.SourceTree, MessageID.IDS_FeatureAllowsRefStructConstraint, diagnostics, location);
Symbols\Source\ModifierUtils.cs (2)
115
=> ((result & modifier) != 0) && !Binder.
CheckFeatureAvailability
(errorLocation.SourceTree, featureID, diagnostics, errorLocation);
180
Binder.
CheckFeatureAvailability
(errorLocation.SourceTree, MessageID.IDS_DefaultInterfaceImplementation, diagnostics, errorLocation);
Symbols\Source\SourceUserDefinedOperatorSymbolBase.cs (2)
193
Binder.
CheckFeatureAvailability
(location.SourceTree, MessageID.IDS_DefaultInterfaceImplementation, diagnostics, location);
730
Binder.
CheckFeatureAvailability
(location.SourceTree, MessageID.IDS_FeatureRelaxedShiftOperator, diagnostics, location);