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