2 writes to IsDuplicate
System.Text.RegularExpressions.Generator (2)
RegexGenerator.cs (2)
198
regexMethod.
IsDuplicate
= true;
203
regexMethod.
IsDuplicate
= false;
2 references to IsDuplicate
System.Text.RegularExpressions.Generator (2)
RegexGenerator.cs (2)
239
if (!limitedSupportResult.Item1.
IsDuplicate
)
247
if (!regexImpl.Item1.
IsDuplicate
)