2 references to GetDisabledFeatureDiagnosticInfo
Microsoft.CodeAnalysis.CSharp (2)
Errors\MessageID.cs (2)
460
=> options.IsFeatureEnabled(feature) ? null :
GetDisabledFeatureDiagnosticInfo
(feature, options.LanguageVersion);
463
=> compilation.IsFeatureEnabled(feature) ? null :
GetDisabledFeatureDiagnosticInfo
(feature, compilation.LanguageVersion);