4 references to HasMatchingText
Microsoft.CodeAnalysis.CSharp.CodeStyle (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\SyntaxTokenExtensions.cs (4)
40=> token.Kind() == kind || token.HasMatchingText(kind); 106if (token.HasMatchingText(SyntaxKind.AsyncKeyword)) 110if (token.HasMatchingText(SyntaxKind.FileKeyword)) 114if (token.HasMatchingText(SyntaxKind.PartialKeyword))