3 writes to _pendingBlockCreate
Microsoft.CodeAnalysis (3)
CodeGen\ILBuilder.cs (3)
121
_pendingBlockCreate
= false;
1129
_pendingBlockCreate
= true;
1137
_pendingBlockCreate
= true;
5 references to _pendingBlockCreate
Microsoft.CodeAnalysis (5)
CodeGen\ILBuilder.cs (5)
88
Debug.Assert(!
_pendingBlockCreate
|| (_currentBlock == null));
127
if (
_pendingBlockCreate
)
133
Debug.Assert(!
_pendingBlockCreate
);
1128
Debug.Assert(!
_pendingBlockCreate
);
1136
Debug.Assert(!
_pendingBlockCreate
);