5 references to StringLiteral
Microsoft.CodeAnalysis.CSharp (5)
Lowering\LocalRewriter\LocalRewriter.PatternLocalRewriter.cs (1)
448
return _factory.Call(null, sequenceEqual, input, _factory.Call(null, asSpan, _factory.
StringLiteral
(value)));
Lowering\LocalRewriter\LocalRewriter_StringConcat.cs (1)
326
finalArguments[^1] = _factory.
StringLiteral
(ConstantValue.CreateFromRope(Rope.Concat(current, previous)));
Lowering\StateMachineRewriter\ResumableStateMachineStateAllocator.cs (1)
98
f.
StringLiteral
(ConstantValue.Create(errorCode.GetExceptionMessage())),
Lowering\SyntheticBoundNodeFactory.cs (2)
1151
return
StringLiteral
(stringConst);
1162
return
StringLiteral
(ConstantValue.Create(stringValue));