6 references to FindMatch
System.Activities (6)
Microsoft\VisualBasic\Activities\VisualBasicHelper.cs (6)
611
static
FindMatch
delegateFindLocationReferenceMatchShortcut = new FindMatch(FindLocationReferenceMatchShortcut);
612
static
FindMatch
delegateFindFirstLocationReferenceMatch = new FindMatch(FindFirstLocationReferenceMatch);
613
static
FindMatch
delegateFindAllLocationReferenceMatch = new FindMatch(FindAllLocationReferenceMatch);
829
FindMatch
findMatch;
1493
static LocationReference FindLocationReferencesFromEnvironment(LocationReferenceEnvironment environment,
FindMatch
findMatch, string targetName, Type targetType, out bool foundMultiple)
1623
FindMatch
findMatch = delegateFindAllLocationReferenceMatch;