4 references to FindFirstCharDelegate
System (4)
regex\system\text\regularexpressions\compiledregexrunner.cs (2)
17
FindFirstCharDelegate
findFirstCharMethod;
22
internal void SetDelegates(NoParamDelegate go,
FindFirstCharDelegate
firstChar, NoParamDelegate trackCount) {
regex\system\text\regularexpressions\compiledregexrunnerfactory.cs (2)
33
(
FindFirstCharDelegate
) findFirstCharMethod.CreateDelegate(typeof(
FindFirstCharDelegate
)),