1 implementation of ConstrainedToType
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
5704
public ITypeSymbol?
ConstrainedToType
{ get; }
5 references to ConstrainedToType
Microsoft.CodeAnalysis (5)
Operations\ControlFlowGraphBuilder.cs (5)
2241
operation.OperatorMethod, operation.
ConstrainedToType
, ((BinaryOperation)operation).UnaryOperatorMethod,
2514
constrainedToType: unaryOperatorMethod is not null && (unaryOperatorMethod.IsAbstract || unaryOperatorMethod.IsVirtual) ? binOp.
ConstrainedToType
: null,
2556
binOp.OperatorMethod is not null && (binOp.OperatorMethod.IsAbstract || binOp.OperatorMethod.IsVirtual) ? binOp.
ConstrainedToType
: null,
2617
constrainedToType: unaryOperatorMethod.IsAbstract || unaryOperatorMethod.IsVirtual ? binOp.
ConstrainedToType
: null,
2646
binOp.OperatorMethod.IsAbstract || binOp.OperatorMethod.IsVirtual ? binOp.
ConstrainedToType
: null,