2 writes to m_provider
mscorlib (2)
system\diagnostics\eventing\eventsource.cs (2)
1394
m_provider
= null;
1514
m_provider
= provider;
17 references to m_provider
mscorlib (17)
system\diagnostics\eventing\eventsource.cs (17)
1234
if (!
m_provider
.WriteEvent(ref m_eventData[eventId].Descriptor, pActivityId, relatedActivityId, eventDataCount, (IntPtr)data))
1254
if (!
m_provider
.WriteEvent(ref desc, pActivityId, relatedActivityId, eventDataCount, (IntPtr)data))
1391
if (
m_provider
!= null)
1393
m_provider
.Dispose();
1442
if (
m_provider
== null)
1448
if (!
m_provider
.WriteEventRaw(ref eventDescriptor, activityID, relatedActivityID, dataCount, data))
1527
setInformationResult =
m_provider
.SetInformation(
1962
if (!
m_provider
.WriteEvent(ref m_eventData[eventId].Descriptor, pActivityId, childActivityID, args))
1979
if (!
m_provider
.WriteEvent(ref desc, pActivityId, childActivityID, args))
2222
if (
m_provider
!= null)
2257
m_provider
.WriteEvent(ref descr, null, null, 1, (IntPtr)((void*)&data));
2611
if (
m_provider
== null) // If we failed to construct
2985
if (
m_provider
!= null)
3011
private bool IsDisposed { get { return
m_provider
== null ||
m_provider
.m_disposed; } }
3096
if (
m_provider
!= null)
3098
if (!
m_provider
.WriteEvent(ref manifestDescr, null, null, 2, (IntPtr)dataDescrs))