3 writes to _lastSourceInfo
System.Private.Xml (3)
System\Xml\Xsl\IlGen\GenerateHelper.cs (3)
525_lastSourceInfo = null; 566_lastSourceInfo = null; 1529_lastSourceInfo = sourceInfo;
7 references to _lastSourceInfo
System.Private.Xml (7)
System\Xml\Xsl\IlGen\GenerateHelper.cs (7)
845if (_lastSourceInfo != null) 1468Debug.Assert(_isDebug && _lastSourceInfo != null); 1504if (sourceInfo.IsNoSource && _lastSourceInfo != null && _lastSourceInfo.IsNoSource) 1551if (_lastSourceInfo != null && !_lastSourceInfo.IsNoSource) 1745if (_lastSourceInfo != null && (opcode.Equals(OpCodes.Br) || opcode.Equals(OpCodes.Br_S)))