4 references to _synthesizedValidators
Microsoft.Extensions.Options.SourceGeneration (4)
Parser.cs (4)
189foreach (var entry in _synthesizedValidators.Values) 202_synthesizedValidators.Clear(); 820_synthesizedValidators.TryGetValue(mt, out var cached); 863_synthesizedValidators[mt] = isAsync ? (cached.Sync, result) : (result, cached.Async);