1 write to Parent
System.Text.RegularExpressions.Generator (1)
RegexGenerator.Parser.cs (1)
232current.Parent = new RegexType(
2 references to Parent
System.Text.RegularExpressions.Generator (2)
RegexGenerator.Emitter.cs (1)
50parent = parent.Parent;
RegexGenerator.Parser.cs (1)
237current = current.Parent;