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