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