7 references to None
ConfigurationSchemaGenerator (7)
ConfigurationBindingGenerator.ForSchemaGeneration.cs (1)
47
var typeParseInfo = TypeParseInfo.Create(type, MethodsToGen.
None
, invocation: null);
RuntimeSource\Configuration.Binder\Parser\ConfigurationBinder.cs (4)
50
MethodsToGen overload = MethodsToGen.
None
;
68
if (overload is MethodsToGen.
None
)
145
MethodsToGen overload = MethodsToGen.
None
;
195
MethodsToGen overload = MethodsToGen.
None
;
RuntimeSource\Configuration.Binder\Parser\OptionsBuilderConfigurationExtensions.cs (2)
61
_ => MethodsToGen.
None
64
if (overload is not MethodsToGen.
None
)