1 write to s_parentAttribRegex
Microsoft.Web.XmlTransform (1)
XmlTransforms.cs (1)
324s_parentAttribRegex = new RegularExpressions.Regex(@"\G\$\((?<tagname>[\w:\.]+)\)");
2 references to s_parentAttribRegex
Microsoft.Web.XmlTransform (2)
XmlTransforms.cs (2)
322if (s_parentAttribRegex == null) 326return s_parentAttribRegex;