4 writes to _locationObject
System.Private.Xml (4)
System\Xml\Xsl\IlGen\IteratorDescriptor.cs (4)
88
storage.
_locationObject
= paramIndex;
106
storage.
_locationObject
= loc;
122
storage.
_locationObject
= new CurrentContext(locIter, currentMethod);
139
storage.
_locationObject
= methGlobal;
4 references to _locationObject
System.Private.Xml (4)
System\Xml\Xsl\IlGen\IteratorDescriptor.cs (4)
190
get { return (int)
_locationObject
; }
198
get { return
_locationObject
as LocalBuilder; }
207
get { return
_locationObject
as CurrentContext; }
215
get { return
_locationObject
as MethodInfo; }