2 references to GraphProvider
Microsoft.CodeAnalysis.Workspaces (1)
Shared\TestHooks\FeatureAttribute.cs (1)
33
public const string GraphProvider = nameof(
GraphProvider
);
Microsoft.VisualStudio.LanguageServices (1)
Progression\GraphProvider.cs (1)
51
_asyncListener = listenerProvider.GetListener(FeatureAttribute.
GraphProvider
);