5 references to DocumentationComments
Microsoft.CodeAnalysis.CSharp.EditorFeatures (2)
DocumentationComments\DocumentationCommentCommandHandler.cs (1)
19[Name(PredefinedCommandHandlerNames.DocumentationComments)]
EncapsulateField\EncapsulateFieldCommandHandler.cs (1)
20[Order(After = PredefinedCommandHandlerNames.DocumentationComments)]
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
DocumentationComments\DocumentationCommentTests.cs (1)
2362return workspace.ExportProvider.GetCommandHandler<DocumentationCommentCommandHandler>(PredefinedCommandHandlerNames.DocumentationComments, ContentTypeNames.CSharpContentType);
Microsoft.CodeAnalysis.EditorFeatures (1)
ExtractMethod\ExtractMethodCommandHandler.cs (1)
35[Order(After = PredefinedCommandHandlerNames.DocumentationComments)]
Microsoft.VisualStudio.LanguageServices (1)
CallHierarchy\CallHierarchyCommandHandler.cs (1)
30[Order(After = PredefinedCommandHandlerNames.DocumentationComments)]