1 write to _service
Microsoft.CodeAnalysis.EditorFeatures (1)
EditAndContinue\Contracts\ManagedHotReloadServiceImpl.cs (1)
18=> _service = service;
4 references to _service
Microsoft.CodeAnalysis.EditorFeatures (4)
EditAndContinue\Contracts\ManagedHotReloadServiceImpl.cs (4)
21=> (await _service.GetActiveStatementsAsync(cancellation).ConfigureAwait(false)).SelectAsArray(a => a.ToContract()); 24=> (await _service.GetAvailabilityAsync(module, cancellation).ConfigureAwait(false)).ToContract(); 27=> _service.GetCapabilitiesAsync(cancellation); 30=> _service.PrepareModuleForUpdateAsync(module, cancellation);