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