1 write to _singleton
Microsoft.CodeAnalysis.Features (1)
Navigation\DefaultSymbolNavigationServiceFactory.cs (1)
27
_singleton
??= new DefaultSymbolNavigationService();
1 reference to _singleton
Microsoft.CodeAnalysis.Features (1)
Navigation\DefaultSymbolNavigationServiceFactory.cs (1)
29
return
_singleton
;