2 writes to isSeparator
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\NumberAction.cs (2)
33this.isSeparator = isSeparator; 624formatInfo.isSeparator = true;
3 references to isSeparator
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\NumberAction.cs (3)
449Debug.Assert(prefix == null || prefix.isSeparator); 466Debug.Assert(thisSeparator.isSeparator); 471Debug.Assert(!thisFormat.isSeparator);