4 references to BaseTypeCodes
System.Data.SqlXml (4)
System\Xml\Xsl\XmlQueryType.cs (4)
34
TypeCodeDerivation = new BitMatrix(
BaseTypeCodes
.Length);
37
for (int i = 0; i <
BaseTypeCodes
.Length; i++) {
42
if ((int)
BaseTypeCodes
[nextAncestor] == nextAncestor)
45
nextAncestor = (int)
BaseTypeCodes
[nextAncestor];