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)
847
_bound.Typeof(_typeMap.SubstituteType(p.Type).Type, _bound.WellKnownType(WellKnownType.System_Type)), _bound.
Literal
(p.Name));
895
var parameter = _bound.StaticCall(WellKnownMember.System_Linq_Expressions_Expression__Parameter, _bound.Typeof(fromType, _bound.WellKnownType(WellKnownType.System_Type)), _bound.
Literal
(parameterName));
Lowering\Instrumentation\LocalStateTracingInstrumenter.cs (1)
470
toString = _factory.
Literal
("");
Lowering\LocalRewriter\LocalRewriter_Event.cs (1)
310
BoundExpression eventInfo = _factory.New(ctor, _factory.Typeof(node.Event.ContainingType, ctor.Parameters[0].Type), _factory.
Literal
(node.Event.MetadataName));
Lowering\LocalRewriter\LocalRewriter_ObjectCreationExpression.cs (1)
385
newGuid = _factory.New(ctor, _factory.
Literal
(node.GuidString));
Lowering\LocalRewriter\LocalRewriter_StringConcat.cs (2)
307
return _factory.
Literal
(string.Empty);
365
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),
870
return _factory.Call(null, argumentInfoFactory, _factory.Literal((int)flags), _factory.
Literal
(name));