1 write to _providers
Microsoft.CodeAnalysis.Features (1)
QuickInfo\QuickInfoServiceWithProviders.cs (1)
37
ImmutableInterlocked.InterlockedCompareExchange(ref
_providers
, providers, default);
2 references to _providers
Microsoft.CodeAnalysis.Features (2)
QuickInfo\QuickInfoServiceWithProviders.cs (2)
27
if (
_providers
.IsDefault)
40
return
_providers
;