3 writes to lastSourceInfo
System.Data.SqlXml (3)
System\Xml\Xsl\IlGen\GenerateHelper.cs (3)
492this.lastSourceInfo = null; 528this.lastSourceInfo = null; 1434this.lastSourceInfo = sourceInfo;
8 references to lastSourceInfo
System.Data.SqlXml (8)
System\Xml\Xsl\IlGen\GenerateHelper.cs (8)
814if (this.lastSourceInfo != null) { 836if (this.lastSourceInfo != null) { 1380Debug.Assert(this.isDebug && this.lastSourceInfo != null); 1413if (sourceInfo.IsNoSource && this.lastSourceInfo != null && this.lastSourceInfo.IsNoSource) { 1454if (this.lastSourceInfo != null && !this.lastSourceInfo.IsNoSource) { 1656if (this.lastSourceInfo != null && (opcode.Equals(OpCodes.Br) || opcode.Equals(OpCodes.Br_S))) {