4 references to IsObjectType
Microsoft.CodeAnalysis (3)
Operations\ControlFlowGraphBuilder.cs (3)
2168
else if (ITypeSymbolHelpers.
IsObjectType
(operation.Type) &&
2169
ITypeSymbolHelpers.
IsObjectType
(operation.LeftOperand.Type) &&
2170
ITypeSymbolHelpers.
IsObjectType
(operation.RightOperand.Type))
Microsoft.CodeAnalysis.Test.Utilities (1)
Compilation\ControlFlowGraphVerifier.cs (1)
1905
!ITypeSymbolHelpers.
IsObjectType
(binary.Type) &&