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