2 references to AddInheritdoc
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
PredefinedCodeFixProviderNames.cs (1)
16public const string AddInheritdoc = nameof(AddInheritdoc);
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
AddInheritdocCodeFixProvider.cs (1)
30[ExportCodeFixProvider(LanguageNames.CSharp, Name = PredefinedCodeFixProviderNames.AddInheritdoc), Shared]