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