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