4 references to ERR_NegativeStackAllocSize
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
3849Error(diagnostics, ErrorCode.ERR_NegativeStackAllocSize, countSyntax);
Errors\ErrorFacts.cs (1)
754case ErrorCode.ERR_NegativeStackAllocSize:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\SemanticErrorTests.cs (1)
8978Diagnostic(ErrorCode.ERR_NegativeStackAllocSize, "-30"));
Semantics\UnsafeTests.cs (1)
7996Diagnostic(ErrorCode.ERR_NegativeStackAllocSize, "-1"));