4 writes to _locationObject
System.Private.Xml (4)
System\Xml\Xsl\IlGen\IteratorDescriptor.cs (4)
88storage._locationObject = paramIndex; 105storage._locationObject = loc; 121storage._locationObject = new CurrentContext(locIter, currentMethod); 137storage._locationObject = methGlobal;
4 references to _locationObject
System.Private.Xml (4)
System\Xml\Xsl\IlGen\IteratorDescriptor.cs (4)
187get { return (int)_locationObject; } 195get { return _locationObject as LocalBuilder; } 204get { return _locationObject as CurrentContext; } 212get { return _locationObject as MethodInfo; }