2 references to IsDisposed
mscorlib (2)
system\diagnostics\eventing\eventsource.cs (2)
482
if (eventSource != null && !eventSource.
IsDisposed
)
3029
if (eventSource != null && eventSource.Guid == m_guid && !eventSource.
IsDisposed
)