2 instantiations of Dispatcher
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (2)
Debugger\Engine\DkmInspectionSession.cs (2)
37
_formatters = new
Dispatcher
<IDkmClrFormatter>(formatters);
38
_resultProviders = new
Dispatcher
<IDkmClrResultProvider>(resultProviders);
2 references to Dispatcher
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (2)
Debugger\Engine\DkmInspectionSession.cs (2)
32
private readonly
Dispatcher
<IDkmClrFormatter> _formatters;
33
private readonly
Dispatcher
<IDkmClrResultProvider> _resultProviders;