3 writes to _pendingBlockCreate
Microsoft.CodeAnalysis (3)
CodeGen\ILBuilder.cs (3)
123
_pendingBlockCreate
= false;
1131
_pendingBlockCreate
= true;
1139
_pendingBlockCreate
= true;
5 references to _pendingBlockCreate
Microsoft.CodeAnalysis (5)
CodeGen\ILBuilder.cs (5)
90
Debug.Assert(!
_pendingBlockCreate
|| (_currentBlock == null));
129
if (
_pendingBlockCreate
)
135
Debug.Assert(!
_pendingBlockCreate
);
1130
Debug.Assert(!
_pendingBlockCreate
);
1138
Debug.Assert(!
_pendingBlockCreate
);