1 write to ArgumentNullException
ConfigurationSchemaGenerator (1)
RuntimeSource\Configuration.Binder\Parser\KnownTypeSymbols.cs (1)
127
ArgumentNullException
= compilation.GetBestTypeByMetadataName(typeof(ArgumentNullException));
2 references to ArgumentNullException
ConfigurationSchemaGenerator (2)
RuntimeSource\Configuration.Binder\ConfigurationBindingGenerator.Parser.cs (2)
950
if (_typeSymbols.
ArgumentNullException
is not null)
952
var throwIfNullMethods = _typeSymbols.
ArgumentNullException
.GetMembers("ThrowIfNull");