2 references to tryPushTarget
Microsoft.CodeAnalysis (2)
Operations\ControlFlowGraphBuilder.cs (2)
5981
bool pushSuccess =
tryPushTarget
(assignmentOperation.Target);
6046
bool pushSuccess =
tryPushTarget
(memberInitializer.InitializedMember);