1 write to _firstRowId
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
1455
_firstRowId
= lastRowId + 1;
2 references to _firstRowId
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\DeltaMetadataWriter.cs (2)
1493
get { return
_firstRowId
; }
1498
get { return this.added.Count +
_firstRowId
; }