16 references to Source
System.Private.Xml (16)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (15)
3149
if (!ndTypeAssert.
Source
.XmlType!.IsSingleton && ndTypeAssert.XmlType!.IsSingleton && !_iterCurr.HasLabelNext)
3159
NestedVisit(ndTypeAssert.
Source
, lblDummy);
3164
Visit(ndTypeAssert.
Source
);
3167
_iterCurr.EnsureItemStorageType(ndTypeAssert.
Source
.XmlType, GetItemStorageType(ndTypeAssert));
3179
typDerived = ndIsType.
Source
.XmlType!;
3186
NestedVisitEnsureStack(ndIsType.
Source
);
3211
NestedVisitEnsureStack(ndIsType.
Source
, typeof(XPathItem), !typDerived.IsSingleton);
3221
NestedVisitEnsureStack(ndIsType.
Source
, typeof(XPathItem), !typDerived.IsSingleton);
3294
NestedVisitEnsureStack(ndIsType.
Source
);
3799
typSrc = ndConv.
Source
.XmlType!;
3804
NestedVisitEnsureStack(ndConv.
Source
);
3809
NestedVisitEnsureStack(ndConv.
Source
, typeof(XPathItem), !typSrc.IsSingleton);
3811
Debug.Fail($"Conversion from {ndConv.
Source
.XmlType} to {ndConv.TargetType} is not supported.");
4952
return CachesResult(ndTypeAssert.
Source
) && GetItemStorageType(ndTypeAssert.
Source
) == GetItemStorageType(ndTypeAssert);
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
1076
if ((object)((QilTargetType)body).
Source
== (object)variable)