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