5 references to IDS_FeatureFieldKeyword
Microsoft.CodeAnalysis.CSharp (5)
Errors\MessageID.cs (1)
477case MessageID.IDS_FeatureFieldKeyword:
Parser\LanguageParser.cs (1)
5729IsFeatureEnabled(MessageID.IDS_FeatureFieldKeyword);
Symbols\Source\SourcePropertySymbol.cs (2)
52((CSharpParseOptions)syntax.SyntaxTree.Options).IsFeatureEnabled(MessageID.IDS_FeatureFieldKeyword)); 150(hasAutoPropertyGet && hasAutoPropertySet ? MessageID.IDS_FeatureAutoImplementedProperties : MessageID.IDS_FeatureFieldKeyword) :
Symbols\Source\SourcePropertySymbolBase.cs (1)
319if (!property.DeclaringCompilation.IsFeatureEnabled(MessageID.IDS_FeatureFieldKeyword))