1 instantiation of PaddedInt64
System.Threading.Tasks.Dataflow (1)
Internal\SourceCore.cs (1)
81private PaddedInt64 _nextMessageId = new PaddedInt64 { Value = 1 }; // We are going to use this value before incrementing. Protected by ValueLock.
2 references to PaddedInt64
System.Threading.Tasks.Dataflow (2)
Internal\SourceCore.cs (1)
81private PaddedInt64 _nextMessageId = new PaddedInt64 { Value = 1 }; // We are going to use this value before incrementing. Protected by ValueLock.
Internal\TargetCore.cs (1)
94private PaddedInt64 _nextAvailableInputMessageId; // initialized to 0... very important for a reordering buffer