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