4 references to IsNullableOfBoolean
Microsoft.CodeAnalysis (3)
Operations\ControlFlowGraphBuilder.cs (3)
2161
ITypeSymbolHelpers.
IsNullableOfBoolean
(operation.Type) &&
2162
ITypeSymbolHelpers.
IsNullableOfBoolean
(operation.LeftOperand.Type) &&
2163
ITypeSymbolHelpers.
IsNullableOfBoolean
(operation.RightOperand.Type))
Microsoft.CodeAnalysis.Test.Utilities (1)
Compilation\ControlFlowGraphVerifier.cs (1)
1904
!ITypeSymbolHelpers.
IsNullableOfBoolean
(binary.Type) &&