2 instantiations of RegexType
System.Text.RegularExpressions.Generator (2)
RegexGenerator.Parser.cs (2)
205var regexType = new RegexType( 232current.Parent = new RegexType(
6 references to RegexType
System.Text.RegularExpressions.Generator (6)
RegexGenerator.Emitter.cs (1)
37RegexType? parent = regexMethod.DeclaringType;
RegexGenerator.Parser.cs (5)
205var regexType = new RegexType( 227RegexType current = regexType; 260internal 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); 263internal sealed record RegexMethod(RegexType DeclaringType, bool IsProperty, Location DiagnosticLocation, string MemberName, string Modifiers, bool NullableRegex, string Pattern, RegexOptions Options, int? MatchTimeout, RegexTree Tree, AnalysisResults Analysis, CompilationData CompilationData) 272public RegexType? Parent { get; set; }