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)
37
RegexType
? parent = regexMethod.DeclaringType;
RegexGenerator.Parser.cs (5)
205
var
regexType = new RegexType(
227
RegexType
current = regexType;
260
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);
263
internal 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)
272
public
RegexType
? Parent { get; set; }