1 override of ContentType
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
TextStructureNavigation\TextStructureNavigatorTests.cs (1)
23
protected override string
ContentType
=> ContentTypeNames.CSharpContentType;
1 reference to ContentType
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
TextStructureNavigation\AbstractTextStructureNavigationTests.cs (1)
30
var provider = workspace.GetService<ITextStructureNavigatorProvider>(this.
ContentType
);