10 references to ConvertedStackAllocExpression
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder.ValueChecks.cs (2)
3541case BoundKind.ConvertedStackAllocExpression: 3954case BoundKind.ConvertedStackAllocExpression:
Binder\Binder_Operators.cs (1)
2635case BoundKind.ConvertedStackAllocExpression:
CodeGen\EmitExpression.cs (2)
117case BoundKind.ConvertedStackAllocExpression: 2403if (objCreation.Arguments.Length > 0 && objCreation.Arguments[0].Kind == BoundKind.ConvertedStackAllocExpression)
Generated\BoundNodes.xml.Generated.cs (2)
6960: base(BoundKind.ConvertedStackAllocExpression, syntax, elementType, count, initializerOpt, type, hasErrors || count.HasErrors() || initializerOpt.HasErrors()) 8878case BoundKind.ConvertedStackAllocExpression:
Lowering\MethodToClassRewriter.cs (2)
489Debug.Assert(originalRight.Kind != BoundKind.ConvertedStackAllocExpression); 511if (rewrittenLeft.Kind != BoundKind.Local && originalRight.Kind == BoundKind.ConvertedStackAllocExpression)
Operations\CSharpOperationFactory.cs (1)
287case BoundKind.ConvertedStackAllocExpression: