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