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