2 references to GetConstantSizeOf
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
1432
ConstantValue constantValue =
GetConstantSizeOf
(type);
Lowering\SyntheticBoundNodeFactory.cs (1)
1292
return new BoundSizeOfOperator(Syntax, Type(type), Binder.
GetConstantSizeOf
(type), SpecialType(Microsoft.CodeAnalysis.SpecialType.System_Int32)) { WasCompilerGenerated = true };