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