2 writes to _batch
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\BrokeredService\WorkspaceProject.cs (2)
197
_batch
= batch;
206
_batch
= null;
2 references to _batch
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\BrokeredService\WorkspaceProject.cs (2)
202
if (
_batch
== null)
205
await
_batch
.DisposeAsync().ConfigureAwait(false);