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