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