4 references to IndexOf
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (2)
RemoveAsyncModifierHelpers.vb (2)
11
Dim asyncTokenIndex = modifiers.
IndexOf
(SyntaxKind.AsyncKeyword)
50
Dim asyncKeywordIndex = header.Modifiers.
IndexOf
(SyntaxKind.AsyncKeyword)
Microsoft.CodeAnalysis.VisualBasic.Features (2)
RemoveAsyncModifierHelpers.vb (2)
11
Dim asyncTokenIndex = modifiers.
IndexOf
(SyntaxKind.AsyncKeyword)
50
Dim asyncKeywordIndex = header.Modifiers.
IndexOf
(SyntaxKind.AsyncKeyword)