2 references to GetService
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
TextStructureNavigation\TextStructureNavigatorTests.cs (1)
486
workspace.
GetService
<ITextStructureNavigatorProvider>(ContentTypeNames.CSharpContentType));
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
TextStructureNavigation\AbstractTextStructureNavigationTests.cs (1)
30
var provider = workspace.
GetService
<ITextStructureNavigatorProvider>(this.ContentType);