6 references to GetOrCreateFixture
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (6)
Completion\AbstractArgumentProviderTests`1.cs (1)
41
=> _fixtureHelper.
GetOrCreateFixture
();
Completion\AbstractCompletionProviderTests.cs (1)
93
=> _fixtureHelper.
GetOrCreateFixture
();
RefactoringHelpers\RefactoringHelpersTestBase.cs (1)
28
=> _fixtureHelper.
GetOrCreateFixture
();
SignatureHelp\AbstractSignatureHelpProviderTests.cs (1)
40
=> _fixtureHelper.
GetOrCreateFixture
();
TypeInferrer\TypeInferrerTestBase.cs (1)
25
=> _fixtureHelper.
GetOrCreateFixture
();
Utilities\TestFixtureHelper`1.cs (1)
17
/// <see cref="
GetOrCreateFixture
"/> to access and add a reference to the current test fixture if one exists,