9 references to IDS_FeatureRefStructInterfaces
Microsoft.CodeAnalysis.CSharp (9)
Binder\Binder_Expressions.cs (1)
6331CheckFeatureAvailability(node, MessageID.IDS_FeatureRefStructInterfaces, diagnostics);
Binder\ForEachLoopBinder.cs (2)
1303CheckFeatureAvailability(syntax, MessageID.IDS_FeatureRefStructInterfaces, diagnostics); 1838CheckFeatureAvailability(collectionSyntax, MessageID.IDS_FeatureRefStructInterfaces, diagnostics);
Binder\UsingStatementBinder.cs (1)
296CheckFeatureAvailability(syntax, MessageID.IDS_FeatureRefStructInterfaces, diagnostics);
Errors\MessageID.cs (1)
508case MessageID.IDS_FeatureRefStructInterfaces:
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
628MessageID.IDS_FeatureRefStructInterfaces.CheckFeatureAvailability(diagnostics, arguments.AttributeSyntaxOpt);
Symbols\Source\SourceNamedTypeSymbol_Bases.cs (1)
572Binder.CheckFeatureAvailability(typeSyntax, MessageID.IDS_FeatureRefStructInterfaces, diagnostics);
Symbols\Source\SourcePropertySymbolBase.cs (1)
1615MessageID.IDS_FeatureRefStructInterfaces.CheckFeatureAvailability(diagnostics, arguments.AttributeSyntaxOpt);
Symbols\TypeSymbol.cs (1)
1975MessageID.IDS_FeatureRefStructInterfaces.CheckFeatureAvailability(diagnostics, implementingSymbol.DeclaringCompilation, applicationSyntaxReference.GetLocation());