2 instantiations of RegexType
System.Text.RegularExpressions.Generator (2)
RegexGenerator.Parser.cs (2)
205
var regexType = new
RegexType
(
232
current.Parent = new
RegexType
(
6 references to RegexType
System.Text.RegularExpressions.Generator (6)
RegexGenerator.Emitter.cs (1)
63
RegexType
? parent = regexMethod.DeclaringType;
RegexGenerator.Parser.cs (5)
205
var
regexType = new RegexType(
227
RegexType
current = regexType;
252
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);
255
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)
264
public
RegexType
? Parent { get; set; }