1 write to _isLoading
Microsoft.VisualStudio.LanguageServices (1)
StackTraceExplorer\StackTraceExplorerViewModel.cs (1)
29
set => SetProperty(ref
_isLoading
, value);
1 reference to _isLoading
Microsoft.VisualStudio.LanguageServices (1)
StackTraceExplorer\StackTraceExplorerViewModel.cs (1)
28
get =>
_isLoading
;