18 references to ArgumentNullException
Microsoft.CodeAnalysis (1)
Syntax\SyntaxListBuilder.cs (1)
34throw new ArgumentNullException();
Microsoft.CodeAnalysis.CSharp (1)
Symbols\ReducedExtensionMethodSymbol.cs (1)
262throw new System.ArgumentNullException();
Microsoft.Extensions.Http.Diagnostics.Tests (2)
Logging\HttpClientLoggerTest.cs (2)
755var exception = new ArgumentNullException(); 798var enrichmentException = new ArgumentNullException();
Microsoft.Maui.Controls.Xaml (2)
XamlServiceProvider.cs (2)
206 this.namespaceResolver = namespaceResolver ?? throw new ArgumentNullException(); 207 this.getTypeFromXmlName = getTypeFromXmlName ?? throw new ArgumentNullException();
Mono.Cecil (7)
Mono.Cecil.Cil\PortablePdb.cs (1)
211 throw new ArgumentNullException ();
Mono.Cecil\AssemblyWriter.cs (3)
2282 throw new ArgumentNullException (); 2778 throw new ArgumentNullException (); 3059 throw new ArgumentNullException ();
Mono.Cecil\GenericParameter.cs (1)
184 throw new ArgumentNullException ();
Mono.Collections.Generic\ReadOnlyCollection.cs (2)
51 throw new ArgumentNullException (); 59 throw new ArgumentNullException ();
System.Private.CoreLib (3)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\Utilities\LockFreeReaderHashtableOfPointers.cs (1)
339throw new ArgumentNullException();
System\Reflection\Runtime\MethodInfos\RuntimeNamedMethodInfo.cs (1)
134throw new ArgumentNullException();
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.cs (1)
476throw new ArgumentNullException();
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Methods\RoDefinitionMethod.cs (1)
114throw new ArgumentNullException();
System\Reflection\TypeLoading\Types\RoDefinitionType.cs (1)
107throw new ArgumentNullException();