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