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