2 instantiations of WpfTestCase
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Threading\WpfFactDiscoverer.cs (2)
21=> new WpfTestCase(_diagnosticMessageSink, discoveryOptions.MethodDisplayOrDefault(), discoveryOptions.MethodDisplayOptionsOrDefault(), testMethod); 33var testCase = new WpfTestCase(_diagnosticMessageSink, discoveryOptions.MethodDisplayOrDefault(), discoveryOptions.MethodDisplayOptionsOrDefault(), testMethod, dataRow);
1 reference to WpfTestCase
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Threading\WpfFactDiscoverer.cs (1)
33var testCase = new WpfTestCase(_diagnosticMessageSink, discoveryOptions.MethodDisplayOrDefault(), discoveryOptions.MethodDisplayOptionsOrDefault(), testMethod, dataRow);