2 writes to IsDuplicate
System.Text.RegularExpressions.Generator (2)
RegexGenerator.cs (2)
202regexMethod.IsDuplicate = true; 207regexMethod.IsDuplicate = false;
2 references to IsDuplicate
System.Text.RegularExpressions.Generator (2)
RegexGenerator.cs (2)
243if (!limitedSupportResult.Item1.IsDuplicate) 251if (!regexImpl.Item1.IsDuplicate)