[]
Checks if a given expression is Identifier with a given name or complex expression that contains Identifier with a given name.
[Obsolete("To be moved to the ExpressionInfo or Rendering assembly.")]
public static bool HasRefsToId(this ExpressionInfo expr, string name)
Type | Name | Description |
---|---|---|
ExpressionInfo | expr | |
string | name |
Type | Description |
---|---|
bool |