Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a2a8b548d7 |
1 changed files with 1 additions and 2 deletions
|
|
@ -122,8 +122,7 @@ internal sealed class DiagnosticListenerTests
|
||||||
_name = name;
|
_name = name;
|
||||||
}
|
}
|
||||||
|
|
||||||
public IReadOnlyList<KeyValuePair<string, Hashtable>> Events => _events.AsReadOnly();
|
public IReadOnlyList<KeyValuePair<string, Hashtable>> Events => _events;
|
||||||
|
|
||||||
public Action<string, Hashtable>? ContextChanged { get; set; }
|
public Action<string, Hashtable>? ContextChanged { get; set; }
|
||||||
|
|
||||||
public void OnNext(DiagnosticListener value)
|
public void OnNext(DiagnosticListener value)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue