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