10 references to Instance
Microsoft.CodeAnalysis.Features (1)
CodeLens\CodeLensReferencesServiceFactory.cs (1)
24=> Instance;
Microsoft.CodeAnalysis.Remote.ServiceHub (4)
Services\CodeLensReferences\RemoteCodeLensReferencesService.cs (4)
55return await CodeLensReferencesServiceFactory.Instance.GetReferenceCountAsync( 78return await CodeLensReferencesServiceFactory.Instance.FindReferenceLocationsAsync( 96return await CodeLensReferencesServiceFactory.Instance.FindReferenceMethodsAsync( 116return await CodeLensReferencesServiceFactory.Instance.GetFullyQualifiedNameAsync(
Microsoft.VisualStudio.LanguageServices (5)
CodeLens\RemoteCodeLensReferencesService.cs (5)
39return CodeLensReferencesServiceFactory.Instance.GetProjectCodeLensVersionAsync(solution, projectId, cancellationToken); 63return await CodeLensReferencesServiceFactory.Instance.GetReferenceCountAsync(solution, documentId, syntaxNode, maxSearchResults, cancellationToken).ConfigureAwait(false); 109return await CodeLensReferencesServiceFactory.Instance.FindReferenceMethodsAsync(solution, documentId, syntaxNode, cancellationToken).ConfigureAwait(false); 134return await CodeLensReferencesServiceFactory.Instance.GetFullyQualifiedNameAsync(solution, documentId, syntaxNode, cancellationToken).ConfigureAwait(false); 297return await CodeLensReferencesServiceFactory.Instance.FindReferenceLocationsAsync(solution, documentId, syntaxNode, cancellationToken).ConfigureAwait(false);