3 references to ConfigBinder_Get
Microsoft.Extensions.Configuration.Binder.SourceGeneration (3)
Parser\ConfigurationBinder.cs (2)
270Debug.Assert((MethodsToGen.ConfigBinder_Get & overload) is not 0 || 273bool registered = (MethodsToGen.ConfigBinder_Get & overload) is not 0
Specs\MethodsToGen.cs (1)
92ConfigBinder_Any = ConfigBinder_Bind | ConfigBinder_Get | ConfigBinder_GetValue,