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(')');
361
string tempStr =
_regStr
.ToString();
364
_regStr
.Insert(0, '(');
365
_regStr
.Append(')');
367
_derivedRestriction.Patterns.Add(new Regex(Preprocess(
_regStr
.ToString())));