1 write to ArrayBoundRadix
Microsoft.CodeAnalysis.Scripting (1)
Hosting\ObjectFormatter\CommonTypeNameFormatterOptions.cs (1)
16
ArrayBoundRadix
= arrayBoundRadix;
3 references to ArrayBoundRadix
Microsoft.CodeAnalysis.Scripting (3)
Hosting\ObjectFormatter\CommonTypeNameFormatter.cs (3)
181
AppendArrayBound(sb, lowerBound, options.
ArrayBoundRadix
);
183
AppendArrayBound(sb, length + lowerBound, options.
ArrayBoundRadix
);
187
AppendArrayBound(sb, length, options.
ArrayBoundRadix
);