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