2 writes to _regStr
System.Private.Xml (2)
System\Xml\Schema\FacetChecker.cs (2)
41_regStr = null; 157_regStr = new StringBuilder();
9 references to _regStr
System.Private.Xml (9)
System\Xml\Schema\FacetChecker.cs (9)
158_regStr.Append('('); 159_regStr.Append(facet.Value); 165_regStr!.Append(")|("); 166_regStr.Append(facet.Value); 360_regStr!.Append(')'); 361string tempStr = _regStr.ToString(); 364_regStr.Insert(0, '('); 365_regStr.Append(')'); 367_derivedRestriction.Patterns.Add(new Regex(Preprocess(_regStr.ToString())));