Table of Contents

Class IdentifierExpressionBackreference

Namespace
ICSharpCode.Decompiler.CSharp.Syntax
Assembly
ICSharpCode.Decompiler.dll

Matches identifier expressions that have the same identifier as the referenced variable/type definition/method definition.

public class IdentifierExpressionBackreference : Pattern, INode
Inheritance
IdentifierExpressionBackreference
Implements
Inherited Members
Extension Methods

Constructors

IdentifierExpressionBackreference(string)

public IdentifierExpressionBackreference(string referencedGroupName)

Parameters

referencedGroupName string

Properties

ReferencedGroupName

public string ReferencedGroupName { get; }

Property Value

string

Methods

DoMatch(INode, Match)

public override bool DoMatch(INode other, Match match)

Parameters

other INode
match Match

Returns

bool