1 override of AdjustSyntaxNode
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\CSharpDoNotUseEnumerableMethodsOnIndexableCollectionsInsteadUseTheCollectionDirectlyFixer.cs (1)
15private protected sealed override SyntaxNode? AdjustSyntaxNode(SyntaxNode? syntaxNode)
1 reference to AdjustSyntaxNode
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Runtime\DoNotUseEnumerableMethodsOnIndexableCollectionsInsteadUseTheCollectionDirectly.Fixer.cs (1)
100var adjustedCollectionSyntax = AdjustSyntaxNode(collectionSyntax);