4 references to CreateNewIdentifierTokenFromToken
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
Simplification\Reducers\CSharpEscapingReducer.cs (4)
45return CreateNewIdentifierTokenFromToken(token, escape: true); 102return CreateNewIdentifierTokenFromToken(token, escape: true); 106var result = token.Kind() == SyntaxKind.IdentifierToken ? CreateNewIdentifierTokenFromToken(token, escape: false) : token; 118return CreateNewIdentifierTokenFromToken(token, escape: true);