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