Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ee072a398f |
1 changed files with 2 additions and 1 deletions
|
|
@ -122,7 +122,8 @@ internal sealed class DiagnosticListenerTests
|
||||||
_name = name;
|
_name = name;
|
||||||
}
|
}
|
||||||
|
|
||||||
public IReadOnlyList<KeyValuePair<string, Hashtable>> Events => _events;
|
public IReadOnlyList<KeyValuePair<string, Hashtable>> Events => _events.AsReadOnly();
|
||||||
|
|
||||||
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