6 references to GetOrCreateFixture
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (6)
Completion\AbstractArgumentProviderTests`1.cs (1)
39
=> _fixtureHelper.
GetOrCreateFixture
();
Completion\AbstractCompletionProviderTests.cs (1)
92
=> _fixtureHelper.
GetOrCreateFixture
();
RefactoringHelpers\RefactoringHelpersTestBase.cs (1)
27
=> _fixtureHelper.
GetOrCreateFixture
();
SignatureHelp\AbstractSignatureHelpProviderTests.cs (1)
37
=> _fixtureHelper.
GetOrCreateFixture
();
TypeInferrer\TypeInferrerTestBase.cs (1)
24
=> _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,