4 references to _synthesizedValidators
Microsoft.Extensions.Options.SourceGeneration (4)
Parser.cs (4)
189
foreach (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);