1 override of IsOnPrimaryConstructorTypeDeclaration
Roslyn.Diagnostics.CSharp.Analyzers (1)
CSharpImportingConstructorShouldBeObsoleteCodeFixProvider.cs (1)
25
protected override bool
IsOnPrimaryConstructorTypeDeclaration
(SyntaxNode attributeName, [NotNullWhen(true)] out SyntaxNode? typeDeclaration)
1 reference to IsOnPrimaryConstructorTypeDeclaration
Roslyn.Diagnostics.Analyzers (1)
ImportingConstructorShouldBeObsoleteCodeFixProvider.cs (1)
97
var isPrimaryConstructorTypeDeclaration = this.
IsOnPrimaryConstructorTypeDeclaration
(attributeName, out var typeDeclaration);