4 references to GetTooLongOrComplexExpressionErrorLocation
Microsoft.CodeAnalysis.CSharp (4)
BoundTree\BoundTreeVisitors.cs (2)
175
diagnostics.Add(ErrorCode.ERR_InsufficientStack,
GetTooLongOrComplexExpressionErrorLocation
(Node));
180
diagnostics.Add(ErrorCode.ERR_InsufficientStack,
GetTooLongOrComplexExpressionErrorLocation
(Node));
CodeGen\EmitExpression.cs (1)
89
BoundTreeVisitor.CancelledByStackGuardException.
GetTooLongOrComplexExpressionErrorLocation
(expression));
CodeGen\EmitStatement.cs (1)
388
BoundTreeVisitor.CancelledByStackGuardException.
GetTooLongOrComplexExpressionErrorLocation
(condition));