4 references to _guard
Microsoft.CodeAnalysis.EditorFeatures (4)
EditorConfigSettings\Updater\SettingsUpdaterBase.cs (4)
43
using (await
_guard
.DisposableWaitAsync().ConfigureAwait(false))
56
using (await
_guard
.DisposableWaitAsync(token).ConfigureAwait(false))
90
using (await
_guard
.DisposableWaitAsync(token).ConfigureAwait(false))
108
using (await
_guard
.DisposableWaitAsync().ConfigureAwait(false))