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