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