18 references to NullReferenceException
mscorlib (13)
system\appdomain.cs (10)
1557throw new NullReferenceException(); 1581throw new NullReferenceException(); 1606throw new NullReferenceException(); 1622throw new NullReferenceException(); 1640throw new NullReferenceException(); 1660throw new NullReferenceException(); 1681throw new NullReferenceException(); 1718throw new NullReferenceException(); 1771throw new NullReferenceException(); 1805throw new NullReferenceException();
system\enum.cs (1)
822throw new NullReferenceException();
system\string.cs (2)
552throw new NullReferenceException(); //other callers who do not use the callvirt instruction 572throw new NullReferenceException(); //other callers who do not use the callvirt instruction
PresentationCore (2)
Core\CSharp\System\Windows\Media\ColorContext.cs (1)
265throw new NullReferenceException();
Core\CSharp\System\Windows\Media\ImageSourceConverter.cs (1)
177throw new NullReferenceException();
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (1)
1868Exception nre = new NullReferenceException();
System.Xml (2)
System\Xml\Core\XmlReader.cs (2)
1034throw new NullReferenceException(); 1042throw new NullReferenceException();