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