2 writes to regStr
System.Xml (2)
System\Xml\Schema\FacetChecker.cs (2)
44regStr = null; 135regStr = new StringBuilder();
9 references to regStr
System.Xml (9)
System\Xml\Schema\FacetChecker.cs (9)
136regStr.Append("("); 137regStr.Append(facet.Value); 142regStr.Append(")|("); 143regStr.Append(facet.Value); 298regStr.Append(")"); 299string tempStr = regStr.ToString(); 301regStr.Insert(0,"("); 302regStr.Append(")"); 304derivedRestriction.Patterns.Add(new Regex(Preprocess(regStr.ToString()), RegexOptions.None));