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)
22Private ReadOnly _testState As IIntelliSenseTestState 26Public Sub New(testState As IIntelliSenseTestState)
Intellisense\TestSignatureHelpPresenterSession.vb (2)
14Private ReadOnly _testState As IIntelliSenseTestState 31Public Sub New(testState As IIntelliSenseTestState)
Intellisense\TestState.vb (2)
37Protected ReadOnly SessionTestState As IIntelliSenseTestState 73Me.SessionTestState = GetExportedValue(Of IIntelliSenseTestState)()