4 references to _synthesizedValidators
Microsoft.Extensions.Options.SourceGeneration (4)
Parser.cs (4)
148
results.AddRange(
_synthesizedValidators
.Values);
149
_synthesizedValidators
.Clear();
693
if (
_synthesizedValidators
.TryGetValue(mt, out var validator))
724
_synthesizedValidators
[mt] = result;