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