15 references to Literal
Microsoft.CodeAnalysis.CSharp (15)
Compiler\AnonymousTypeMethodBodySynthesizer.cs (2)
278
BoundExpression format = F.
Literal
(formatString.ToStringAndFree());
288
retExpression = F.
Literal
("{ }");
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (2)
768
_bound.Typeof(_typeMap.SubstituteType(p.Type).Type), _bound.
Literal
(p.Name));
816
var parameter = ExprFactory("Parameter", _bound.Typeof(fromType), _bound.
Literal
(parameterName));
Lowering\Instrumentation\LocalStateTracingInstrumenter.cs (1)
472
toString = _factory.
Literal
("");
Lowering\LocalRewriter\LocalRewriter_Event.cs (1)
300
BoundExpression eventInfo = _factory.New(ctor, _factory.Typeof(node.Event.ContainingType), _factory.
Literal
(node.Event.MetadataName));
Lowering\LocalRewriter\LocalRewriter_ObjectCreationExpression.cs (1)
375
newGuid = _factory.New(ctor, _factory.
Literal
(node.GuidString));
Lowering\LocalRewriter\LocalRewriter_StringConcat.cs (2)
238
return _factory.
Literal
(string.Empty);
296
return _factory.Coalesce(loweredOperand, _factory.
Literal
(""));
Lowering\LocalRewriter\LoweredDynamicOperationFactory.cs (6)
244
_factory.
Literal
(name),
280
_factory.
Literal
(accessorName),
382
_factory.
Literal
(name),
423
_factory.
Literal
(name),
510
_factory.
Literal
(name),
881
return _factory.Call(null, argumentInfoFactory, _factory.Literal((int)flags), _factory.
Literal
(name));