3 writes to _pendingBlockCreate
Microsoft.CodeAnalysis (3)
CodeGen\ILBuilder.cs (3)
125
_pendingBlockCreate
= false;
1120
_pendingBlockCreate
= true;
1128
_pendingBlockCreate
= true;
5 references to _pendingBlockCreate
Microsoft.CodeAnalysis (5)
CodeGen\ILBuilder.cs (5)
92
Debug.Assert(!
_pendingBlockCreate
|| (_currentBlock == null));
131
if (
_pendingBlockCreate
)
137
Debug.Assert(!
_pendingBlockCreate
);
1119
Debug.Assert(!
_pendingBlockCreate
);
1127
Debug.Assert(!
_pendingBlockCreate
);