1 write to code
System.Data.SqlXml (1)
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
486this.code = code;
3 references to code
System.Data.SqlXml (3)
System\Xml\Xsl\XmlQueryTypeFactory.cs (3)
517sbyte code = (sbyte) this.code; 529Debug.Assert((object) this == (object) Create(this.code, this.isStrict), "Unknown type"); 554get { return this.code; }