4 references to IsObjectType
Microsoft.CodeAnalysis (3)
Operations\ControlFlowGraphBuilder.cs (3)
2185
else if (ITypeSymbolHelpers.
IsObjectType
(operation.Type) &&
2186
ITypeSymbolHelpers.
IsObjectType
(operation.LeftOperand.Type) &&
2187
ITypeSymbolHelpers.
IsObjectType
(operation.RightOperand.Type))
Microsoft.CodeAnalysis.Test.Utilities (1)
Compilation\ControlFlowGraphVerifier.cs (1)
1880
!ITypeSymbolHelpers.
IsObjectType
(binary.Type) &&