2 references to EnterScopeId
System.Data.Common (2)
System\Data\Common\DataCommonEventSource.cs (2)
81
[Event(
EnterScopeId
, Level = EventLevel.Verbose)]
82
private void EnterScope(long scopeId, string message) => WriteEvent(
EnterScopeId
, scopeId, message);