8 references to TreatAs
System.Data.SqlXml (8)
System\Xml\Xsl\IlGen\GenerateHelper.cs (4)
1037TreatAs(typeof(object), clrType); 1072TreatAs(typeof(object), clrType); 1076TreatAs(clrType, typeof(object)); 1307TreatAs(typeof(object), clrType);
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (4)
3429this.helper.TreatAs(clrTypeActualArg, typeof(object)); 3432this.helper.TreatAs(typeof(object), clrTypeFormalArg); 3449this.helper.TreatAs(clrTypeRetSrc, typeof(object)); 3451this.helper.TreatAs(typeof(object), clrTypeRetDst);