1 override of AddMethodTarget
Roslyn.Diagnostics.CSharp.Analyzers (1)
CSharpImportingConstructorShouldBeObsoleteCodeFixProvider.cs (1)
31
protected override SyntaxNode
AddMethodTarget
(SyntaxNode attributeList)
1 reference to AddMethodTarget
Roslyn.Diagnostics.Analyzers (1)
ImportingConstructorShouldBeObsoleteCodeFixProvider.cs (1)
111
obsoleteAttributeList = isPrimaryConstructorTypeDeclaration ? this.
AddMethodTarget
(obsoleteAttributeList) : obsoleteAttributeList;