3 references to GetAsyncValidateOptionsInterfaceFor
Microsoft.Extensions.Options.SourceGeneration (3)
Parser.cs (3)
108
bool wantsAsync =
GetAsyncValidateOptionsInterfaceFor
(validatorType, modelType) is not null;
490
INamedTypeSymbol? asyncInterface = isAsync ?
GetAsyncValidateOptionsInterfaceFor
(transValidatorType, memberType) : null;
556
INamedTypeSymbol? asyncInterface = isAsync ?
GetAsyncValidateOptionsInterfaceFor
(enumerationValidatorType, enumeratedType) : null;