1 write to m_constructionException
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
1720
m_constructionException
??= e;
2 references to m_constructionException
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (2)
523
public Exception? ConstructionException =>
m_constructionException
;
1738
if (
m_constructionException
== null)