1 write to m_providerGuid
mscorlib (1)
system\diagnostics\eventing\eventsource.cs (1)
5598
m_providerGuid
= source.Guid;
6 references to m_providerGuid
mscorlib (6)
system\diagnostics\eventing\eventsource.cs (6)
5274
if (cur.
m_providerGuid
== source.Guid)
5296
if (filterList.
m_providerGuid
== source.Guid)
5398
if (af.
m_providerGuid
== source.Guid && af.m_samplingFreq != -1)
5430
if (eventId == af.m_eventId && source.Guid == af.
m_providerGuid
)
5543
if ((sourceGuid == af.
m_providerGuid
) &&
5565
if (af.
m_providerGuid
== sourceGuid)