2 writes to m_config
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (2)
764
m_config
= ValidateSettings(settings);
1626
m_config
= ValidateSettings(settings);
5 references to m_config
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (5)
360
public EventSourceSettings Settings =>
m_config
;
3861
private bool ThrowOnEventWriteErrors => (
m_config
& EventSourceSettings.ThrowOnEventWriteErrors) != 0;
3867
Debug.Assert(((
m_config
& EventSourceSettings.EtwManifestEventFormat) != 0) !=
3868
((
m_config
& EventSourceSettings.EtwSelfDescribingEventFormat) != 0));
3869
return (
m_config
& EventSourceSettings.EtwSelfDescribingEventFormat) != 0;