9 references to IDS_FeatureRefStructInterfaces
Microsoft.CodeAnalysis.CSharp (9)
Binder\Binder_Expressions.cs (1)
6261
CheckFeatureAvailability(node, MessageID.
IDS_FeatureRefStructInterfaces
, diagnostics);
Binder\ForEachLoopBinder.cs (2)
1271
CheckFeatureAvailability(syntax, MessageID.
IDS_FeatureRefStructInterfaces
, diagnostics);
1778
CheckFeatureAvailability(collectionSyntax, MessageID.
IDS_FeatureRefStructInterfaces
, diagnostics);
Binder\UsingStatementBinder.cs (1)
292
CheckFeatureAvailability(syntax, MessageID.
IDS_FeatureRefStructInterfaces
, diagnostics);
Errors\MessageID.cs (1)
487
case MessageID.
IDS_FeatureRefStructInterfaces
:
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
623
MessageID.
IDS_FeatureRefStructInterfaces
.CheckFeatureAvailability(diagnostics, arguments.AttributeSyntaxOpt);
Symbols\Source\SourceNamedTypeSymbol_Bases.cs (1)
572
Binder.CheckFeatureAvailability(typeSyntax, MessageID.
IDS_FeatureRefStructInterfaces
, diagnostics);
Symbols\Source\SourcePropertySymbolBase.cs (1)
1577
MessageID.
IDS_FeatureRefStructInterfaces
.CheckFeatureAvailability(diagnostics, arguments.AttributeSyntaxOpt);
Symbols\TypeSymbol.cs (1)
1969
MessageID.
IDS_FeatureRefStructInterfaces
.CheckFeatureAvailability(diagnostics, implementingSymbol.DeclaringCompilation, applicationSyntaxReference.GetLocation());