4 references to IsNullableOfBoolean
Microsoft.CodeAnalysis (3)
Operations\ControlFlowGraphBuilder.cs (3)
2178ITypeSymbolHelpers.IsNullableOfBoolean(operation.Type) && 2179ITypeSymbolHelpers.IsNullableOfBoolean(operation.LeftOperand.Type) && 2180ITypeSymbolHelpers.IsNullableOfBoolean(operation.RightOperand.Type))
Microsoft.CodeAnalysis.Test.Utilities (1)
Compilation\ControlFlowGraphVerifier.cs (1)
1879!ITypeSymbolHelpers.IsNullableOfBoolean(binary.Type) &&