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