Implemented interface member:
9 references to
Microsoft.AspNetCore.Razor.Language.UnitTests (6)
Syntax\SyntaxTokenListTests.cs (6)
294newList = newList.Replace(list1[i], list2[i]); 299Assert.NotEqual(list1[i], newList[i]); 300Assert.Equal(list2[i], newList[i]);
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Syntax\SyntaxRewriter.cs (1)
100var item = list[i];
Language\Syntax\SyntaxTokenList.cs (2)
136if (this[i] == tokenInList) 149if (this[i].Kind == kind)