5 references to IDS_FeatureUnsignedRightShift
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Operators.cs (2)
2384result &= CheckFeatureAvailability(node, MessageID.IDS_FeatureUnsignedRightShift, diagnostics); 2399result &= CheckFeatureAvailability(node, MessageID.IDS_FeatureUnsignedRightShift, diagnostics);
Errors\MessageID.cs (1)
409case MessageID.IDS_FeatureUnsignedRightShift: // semantic check for declarations and consumption, parsing check for doc comments
Parser\DocumentationCommentParser.cs (1)
1040operatorToken = CheckFeatureAvailability(operatorToken, MessageID.IDS_FeatureUnsignedRightShift, forceWarning: true);
Symbols\Source\SourceUserDefinedOperatorSymbol.cs (1)
39MessageID.IDS_FeatureUnsignedRightShift.CheckFeatureAvailability(diagnostics, syntax, syntax.OperatorToken.GetLocation());