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