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