2 writes to _batch
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\BrokeredService\WorkspaceProject.cs (2)
173
_batch
= batch;
182
_batch
= null;
2 references to _batch
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\BrokeredService\WorkspaceProject.cs (2)
178
if (
_batch
== null)
181
await
_batch
.DisposeAsync().ConfigureAwait(false);