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)
845
if (
_lastSourceInfo
!= null)
1468
Debug.Assert(_isDebug &&
_lastSourceInfo
!= null);
1504
if (sourceInfo.IsNoSource &&
_lastSourceInfo
!= null &&
_lastSourceInfo
.IsNoSource)
1551
if (
_lastSourceInfo
!= null && !
_lastSourceInfo
.IsNoSource)
1745
if (
_lastSourceInfo
!= null && (opcode.Equals(OpCodes.Br) || opcode.Equals(OpCodes.Br_S)))