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