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