7 references to IsCached
System.Data.SqlXml (7)
System\Xml\Xsl\IlGen\IteratorDescriptor.cs (4)
351
Debug.Assert(this.storage.
IsCached
);
360
if (this.storage.
IsCached
) {
528
if (this.storage.
IsCached
)
604
if (this.storage.
IsCached
) {
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (3)
2118
Debug.Assert(!this.iterNested.Storage.
IsCached
);
2339
Debug.Assert(this.iterCurr.Storage.
IsCached
, "DodMerge pattern should only be matched when cached sequences are returned from loop");
4480
Debug.Assert(this.iterCurr.Storage.
IsCached
, "Expression result should be cached. CachesResult() might have a bug in it.");