10 references to ConvertedStackAllocExpression
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder.ValueChecks.cs (2)
4118
case BoundKind.
ConvertedStackAllocExpression
:
4816
case BoundKind.
ConvertedStackAllocExpression
:
Binder\Binder_Operators.cs (1)
2678
case BoundKind.
ConvertedStackAllocExpression
:
CodeGen\EmitExpression.cs (2)
118
case BoundKind.
ConvertedStackAllocExpression
:
2620
if (objCreation.Arguments.Length > 0 && objCreation.Arguments[0].Kind == BoundKind.
ConvertedStackAllocExpression
)
Generated\BoundNodes.xml.Generated.cs (2)
7229
: base(BoundKind.
ConvertedStackAllocExpression
, syntax, elementType, count, initializerOpt, type, hasErrors || count.HasErrors() || initializerOpt.HasErrors())
9210
case BoundKind.
ConvertedStackAllocExpression
:
Lowering\MethodToClassRewriter.cs (2)
498
Debug.Assert(originalRight.Kind != BoundKind.
ConvertedStackAllocExpression
);
520
if (rewrittenLeft.Kind != BoundKind.Local && originalRight.Kind == BoundKind.
ConvertedStackAllocExpression
)
Operations\CSharpOperationFactory.cs (1)
291
case BoundKind.
ConvertedStackAllocExpression
: