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