4 references to CreateNewIdentifierTokenFromToken
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
Simplification\Reducers\CSharpEscapingReducer.cs (4)
46return CreateNewIdentifierTokenFromToken(token, escape: true); 103return CreateNewIdentifierTokenFromToken(token, escape: true); 107var result = token.Kind() == SyntaxKind.IdentifierToken ? CreateNewIdentifierTokenFromToken(token, escape: false) : token; 119return CreateNewIdentifierTokenFromToken(token, escape: true);