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)
32private readonly Dispatcher<IDkmClrFormatter> _formatters; 33private readonly Dispatcher<IDkmClrResultProvider> _resultProviders;