1 write to _lazyCodeDefView
Microsoft.VisualStudio.LanguageServices (1)
CodeDefinitionWindow\VisualStudioCodeDefinitionWindowService.cs (1)
45_lazyCodeDefView = await _asyncServiceProvider.GetServiceAsync<SVsCodeDefView, IVsCodeDefView>(_threadingContext.JoinableTaskFactory).ConfigureAwait(true);
3 references to _lazyCodeDefView
Microsoft.VisualStudio.LanguageServices (3)
CodeDefinitionWindow\VisualStudioCodeDefinitionWindowService.cs (3)
40if (_lazyCodeDefView is not null) 42return _lazyCodeDefView; 47return _lazyCodeDefView;