3 writes to _pendingBlockCreate
Microsoft.CodeAnalysis (3)
CodeGen\ILBuilder.cs (3)
129
_pendingBlockCreate
= false;
1143
_pendingBlockCreate
= true;
1151
_pendingBlockCreate
= true;
5 references to _pendingBlockCreate
Microsoft.CodeAnalysis (5)
CodeGen\ILBuilder.cs (5)
91
Debug.Assert(!
_pendingBlockCreate
|| (_currentBlock == null));
135
if (
_pendingBlockCreate
)
141
Debug.Assert(!
_pendingBlockCreate
);
1142
Debug.Assert(!
_pendingBlockCreate
);
1150
Debug.Assert(!
_pendingBlockCreate
);