1 write to ArgumentNullException
Microsoft.Extensions.Configuration.Binder.SourceGeneration (1)
Parser\KnownTypeSymbols.cs (1)
130
ArgumentNullException
= compilation.GetBestTypeByMetadataName(typeof(ArgumentNullException));
2 references to ArgumentNullException
Microsoft.Extensions.Configuration.Binder.SourceGeneration (2)
ConfigurationBindingGenerator.Parser.cs (2)
1006
if (_typeSymbols.
ArgumentNullException
is not null)
1008
var throwIfNullMethods = _typeSymbols.
ArgumentNullException
.GetMembers("ThrowIfNull");