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