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