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