7 references to Sequence
Microsoft.CodeAnalysis.CSharp (7)
Lowering\Instrumentation\LocalStateTracingInstrumenter.cs (3)
400
return _factory.
Sequence
(new[]
445
return ImmutableArray.Create(_factory.
Sequence
(new[] { value }, refAssignmentSourceIndex), index);
457
_factory.
Sequence
(new[] { value }, new BoundAddressOfOperator(_factory.Syntax, VariableRead(targetSymbol), isManaged: false, parameter.Type));
Lowering\LocalRewriter\LocalRewriter_Call.cs (2)
965
_factory.
Sequence
(new BoundExpression[] { _factory.AssignmentExpression(cache, intermediateRef) }, cache),
983
_factory.
Sequence
(new BoundExpression[] { _factory.AssignmentExpression(cache, assignmentToTemp.Right) }, cache),
Lowering\LocalRewriter\LoweredDynamicOperation.cs (1)
71
return _factory.
Sequence
(new[] { SiteInitialization }, SiteInvocation, _resultType);
Lowering\SpillSequenceSpiller.cs (1)
1058
receiverBuilder.AddStatement(_F.ExpressionStatement(new BoundComplexConditionalReceiver(node.Syntax, cache, _F.
Sequence
(new[] { _F.AssignmentExpression(cache, receiver) }, cache), receiverType) { WasCompilerGenerated = true }));