4 references to MinClosureOrdinal
Microsoft.CodeAnalysis (4)
CodeGen\LambdaDebugInfo.cs (1)
40
Debug.Assert(closureOrdinal >=
MinClosureOrdinal
);
Emit\EditAndContinueMethodDebugInformation.cs (3)
240
int closureOrdinal = blobReader.ReadCompressedInteger() + LambdaDebugInfo.
MinClosureOrdinal
;
296
Debug.Assert(info.ClosureOrdinal >= LambdaDebugInfo.
MinClosureOrdinal
);
300
writer.WriteCompressedInteger(info.ClosureOrdinal - LambdaDebugInfo.
MinClosureOrdinal
);