6 references to GetConstrainedToType
Microsoft.CodeAnalysis.CSharp (6)
Operations\CSharpOperationFactory.cs (5)
454
TypeParameterSymbol? constrainedToType =
GetConstrainedToType
(targetMethod, boundCall.ReceiverOpt);
620
TypeParameterSymbol? constrainedToType =
GetConstrainedToType
(boundPropertyAccess.PropertySymbol, boundPropertyAccess.ReceiverOpt);
639
TypeParameterSymbol? constrainedToType =
GetConstrainedToType
(property, boundIndexerAccess.ReceiverOpt);
650
TypeParameterSymbol? constrainedToType =
GetConstrainedToType
(boundEventAccess.EventSymbol, boundEventAccess.ReceiverOpt);
1162
TypeParameterSymbol? constrainedToType =
GetConstrainedToType
(methodSymbol, boundMethodGroup.ReceiverOpt);
Operations\CSharpOperationFactory_Methods.cs (1)
136
TypeParameterSymbol? constrainedToType =
GetConstrainedToType
(boundEventAssignmentOperator.Event, boundEventAssignmentOperator.ReceiverOpt);