2 references to GetIntegerConstantForArraySize
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (2)
4454
knownSizes[i] =
GetIntegerConstantForArraySize
(size);
4691
int? constantSizeOpt =
GetIntegerConstantForArraySize
(sizeOpt);