1 write to _lazyContent
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
102Interlocked.CompareExchange(ref _lazyContent, new WpfControlWrapper(element), null);
3 references to _lazyContent
Microsoft.VisualStudio.LanguageServices.CSharp (3)
SemanticSearch\SemanticSearchToolWindowImpl.cs (3)
90_lazyContent?.Dispose(); 95var content = _lazyContent; 103return _lazyContent;