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