2 instantiations of RegexType
System.Text.RegularExpressions.Generator (2)
RegexGenerator.Parser.cs (2)
206
var regexType = new
RegexType
(
233
current.Parent = new
RegexType
(
6 references to RegexType
System.Text.RegularExpressions.Generator (6)
RegexGenerator.Emitter.cs (1)
64
RegexType
? parent = regexMethod.DeclaringType;
RegexGenerator.Parser.cs (5)
206
var
regexType = new RegexType(
228
RegexType
current = regexType;
253
internal sealed record RegexPatternAndSyntax(
RegexType
DeclaringType, bool IsProperty, Location DiagnosticLocation, string MemberName, string Modifiers, bool NullableRegex, string Pattern, RegexOptions Options, int? MatchTimeout, CultureInfo Culture, CompilationData CompilationData);
256
internal sealed record RegexMethod(
RegexType
DeclaringType, bool IsProperty, string MemberName, string Modifiers, bool NullableRegex, string Pattern, RegexOptions Options, int? MatchTimeout, RegexTree Tree, AnalysisResults Analysis, CompilationData CompilationData)
265
public
RegexType
? Parent { get; set; }