3 references to StaticValidationContextType
Microsoft.Extensions.Options.SourceGeneration (3)
Emitter.cs (3)
359protected override {{StaticValidationResultType}}? IsValid(object? value, {{StaticValidationContextType}} validationContext) 697OutLn($"var context = new {StaticValidationContextType}(options, displayName, null, null);"); 699OutLn($"var context = new {StaticValidationContextType}(options);");