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