2 references to Instance
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Threading\WpfTestCase.cs (1)
31
var runner = new WpfTestCaseRunner(WpfTestSharedData.
Instance
, this, DisplayName, SkipReason, constructorArguments, TestMethodArguments, messageBus, aggregator, cancellationTokenSource);
Threading\WpfTheoryTestCase.cs (1)
31
var runner = new WpfTheoryTestCaseRunner(WpfTestSharedData.
Instance
, this, DisplayName, SkipReason, constructorArguments, diagnosticMessageSink, messageBus, aggregator, cancellationTokenSource);