[]
Searches for the specified reference type (Identifier or MethodName).
public static ExpressionInfo FindReference(this ExpressionInfo e, string refName)
| Type | Name | Description |
|---|---|---|
| ExpressionInfo | e | Expression to search reference in. |
| string | refName | Name to search. |
| Type | Description |
|---|---|
| ExpressionInfo | Finds expression that contains specified reference or null. |