1 implementation of IIntelliSenseTestState
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities2 (1)
Intellisense\IntelliSenseTestState.vb (1)
12Implements IIntelliSenseTestState
8 references to IIntelliSenseTestState
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities2 (8)
Intellisense\IntelliSenseTestState.vb (2)
9<Export(GetType(IIntelliSenseTestState))> 19Public Property CurrentSignatureHelpPresenterSession As TestSignatureHelpPresenterSession Implements IIntelliSenseTestState.CurrentSignatureHelpPresenterSession
Intellisense\TestSignatureHelpPresenter.vb (2)
21Private ReadOnly _testState As IIntelliSenseTestState 25Public Sub New(testState As IIntelliSenseTestState)
Intellisense\TestSignatureHelpPresenterSession.vb (2)
13Private ReadOnly _testState As IIntelliSenseTestState 30Public Sub New(testState As IIntelliSenseTestState)
Intellisense\TestState.vb (2)
35Protected ReadOnly SessionTestState As IIntelliSenseTestState 71Me.SessionTestState = GetExportedValue(Of IIntelliSenseTestState)()