1 write to LanguageVersionIsSupported
Microsoft.Extensions.Configuration.Binder.SourceGeneration (1)
ConfigurationBindingGenerator.cs (1)
188
LanguageVersionIsSupported
= (int)compilation.LanguageVersion >= LangVersion_CSharp12;
2 references to LanguageVersionIsSupported
Microsoft.Extensions.Configuration.Binder.SourceGeneration (2)
ConfigurationBindingGenerator.cs (1)
190
if (
LanguageVersionIsSupported
)
ConfigurationBindingGenerator.Parser.cs (1)
22
private readonly bool _langVersionIsSupported = compilationData.
LanguageVersionIsSupported
;