3 references to EnumUnderlyingTypeOrSelf
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
Semantics\OperatorTests.cs (3)
7629
expectChecked = (type.IsDynamic() || symbol1.ContainingType.
EnumUnderlyingTypeOrSelf
().SpecialType.IsIntegralType());
7637
symbol1.ContainingType.
EnumUnderlyingTypeOrSelf
().SpecialType.IsIntegralType() ||
8407
isChecked = isDynamic || symbol1.ContainingSymbol.Kind == SymbolKind.PointerType || symbol1.ContainingType.
EnumUnderlyingTypeOrSelf
().SpecialType.IsIntegralType();