2 instantiations of RegexType
System.Text.RegularExpressions.Generator (2)
RegexGenerator.Parser.cs (2)
206var regexType = new RegexType( 233current.Parent = new RegexType(
6 references to RegexType
System.Text.RegularExpressions.Generator (6)
RegexGenerator.Emitter.cs (1)
64RegexType? parent = regexMethod.DeclaringType;
RegexGenerator.Parser.cs (5)
206var regexType = new RegexType( 228RegexType current = regexType; 253internal 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); 256internal 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) 265public RegexType? Parent { get; set; }