5 references to IsIntegralType
Microsoft.CodeAnalysis (1)
ConstantValue.cs (1)
564return IsIntegralType(this.Discriminator);
Microsoft.CodeAnalysis.VisualBasic (4)
Semantics\CompileTimeCalculations.vb (4)
295Debug.Assert(ConstantValue.IsIntegralType(sourceType) OrElse ConstantValue.IsBooleanType(sourceType) OrElse ConstantValue.IsCharType(sourceType), 298If ConstantValue.IsIntegralType(targetType) OrElse ConstantValue.IsBooleanType(targetType) OrElse ConstantValue.IsCharType(targetType) Then 362If ConstantValue.IsIntegralType(targetType) OrElse ConstantValue.IsCharType(targetType) Then 444If ConstantValue.IsIntegralType(targetType) OrElse ConstantValue.IsCharType(targetType) Then