16 references to Source
System.Data.SqlXml (16)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (15)
2926
if (!ndTypeAssert.
Source
.XmlType.IsSingleton && ndTypeAssert.XmlType.IsSingleton && !this.iterCurr.HasLabelNext) {
2935
NestedVisit(ndTypeAssert.
Source
, lblDummy);
2939
Visit(ndTypeAssert.
Source
);
2942
this.iterCurr.EnsureItemStorageType(ndTypeAssert.
Source
.XmlType, GetItemStorageType(ndTypeAssert));
2953
typDerived = ndIsType.
Source
.XmlType;
2959
NestedVisitEnsureStack(ndIsType.
Source
);
2983
NestedVisitEnsureStack(ndIsType.
Source
, typeof(XPathItem), !typDerived.IsSingleton);
2993
NestedVisitEnsureStack(ndIsType.
Source
, typeof(XPathItem), !typDerived.IsSingleton);
3062
NestedVisitEnsureStack(ndIsType.
Source
);
3526
typSrc = ndConv.
Source
.XmlType;
3530
NestedVisitEnsureStack(ndConv.
Source
);
3534
NestedVisitEnsureStack(ndConv.
Source
, typeof(XPathItem), !typSrc.IsSingleton);
3536
Debug.Fail("Conversion from " + ndConv.
Source
.XmlType + " to " + ndConv.TargetType + " is not supported.");
4574
return CachesResult(ndTypeAssert.
Source
) && GetItemStorageType(ndTypeAssert.
Source
) == GetItemStorageType(ndTypeAssert);
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
967
if ((object) ((QilTargetType) body).
Source
== (object) variable)