31 references to GetExportedValue
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities2 (21)
Intellisense\TestState.vb (21)
70
Me.SessionTestState =
GetExportedValue
(Of IIntelliSenseTestState)()
72
Me.SignatureHelpBeforeCompletionCommandHandler =
GetExportedValue
(Of SignatureHelpBeforeCompletionCommandHandler)()
74
Me.SignatureHelpAfterCompletionCommandHandler =
GetExportedValue
(Of SignatureHelpAfterCompletionCommandHandler)()
75
Me.CompleteStatementCommandHandler =
GetExportedValue
(Of CompleteStatementCommandHandler)()
77
Me.FormatCommandHandler = If(includeFormatCommandHandler,
GetExportedValue
(Of FormatCommandHandler)(), Nothing)
280
Dim asyncCompletionBroker As IAsyncCompletionBroker =
GetExportedValue
(Of IAsyncCompletionBroker)()
304
Dim session =
GetExportedValue
(Of IAsyncCompletionBroker)().GetSession(TextView)
321
Dim session =
GetExportedValue
(Of IAsyncCompletionBroker)().GetSession(TextView)
351
Return
GetExportedValue
(Of IAsyncCompletionBroker)().GetSession(view)
358
Dim session =
GetExportedValue
(Of IAsyncCompletionBroker)().GetSession(view)
385
Dim session =
GetExportedValue
(Of IAsyncCompletionBroker)().GetSession(TextView)
395
Dim session =
GetExportedValue
(Of IAsyncCompletionBroker)().GetSession(TextView)
419
Dim session =
GetExportedValue
(Of IAsyncCompletionBroker)().GetSession(view)
498
Dim session =
GetExportedValue
(Of IAsyncCompletionBroker)().GetSession(TextView)
505
Dim session =
GetExportedValue
(Of IAsyncCompletionBroker)().GetSession(TextView)
512
Dim session =
GetExportedValue
(Of IAsyncCompletionBroker)().GetSession(TextView)
519
Dim session =
GetExportedValue
(Of IAsyncCompletionBroker)().GetSession(TextView)
550
Dim session =
GetExportedValue
(Of IAsyncCompletionBroker)().GetSession(TextView)
557
Dim session =
GetExportedValue
(Of IAsyncCompletionBroker)().GetSession(TextView)
565
Dim session =
GetExportedValue
(Of IAsyncCompletionBroker)().GetSession(TextView)
572
Dim session =
GetExportedValue
(Of IAsyncCompletionBroker)().GetSession(TextView)
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (5)
IntelliSense\CSharpCompletionCommandHandlerTests.vb (5)
4361
Dim textBufferFactoryService = state.
GetExportedValue
(Of ITextBufferFactoryService)()
4362
Dim contentTypeService = state.
GetExportedValue
(Of VisualStudio.Utilities.IContentTypeRegistryService)()
4364
Dim textViewFactory = state.
GetExportedValue
(Of ITextEditorFactoryService)()
4365
Dim editorOperationsFactory = state.
GetExportedValue
(Of IEditorOperationsFactoryService)()
4372
Dim projectionBufferFactory = state.
GetExportedValue
(Of IProjectionBufferFactoryService)()
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (5)
Interactive\Commands\InteractiveWindowCommandHandlerTestState.cs (5)
49
TestHost = new InteractiveWindowTestHost(
GetExportedValue
<IInteractiveWindowFactoryService>());
53
GetExportedValue
<ISendToInteractiveSubmissionProvider>(),
54
GetExportedValue
<IContentTypeRegistryService>(),
55
GetExportedValue
<EditorOptionsService>(),
56
GetExportedValue
<IEditorOperationsFactoryService>());