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