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