Sources/Core/Microsoft.StreamProcessing/Collections/StreamMessage.cs (2 lines): - line 787: /* TODO: Everything after this should be made internal - how to do that in the presence of generated subclasses? */ - line 865: // TODO in derived class: Sources/Core/Microsoft.StreamProcessing/Serializer/Encoders/BinaryBase.cs (2 lines): - line 32: var pool = (ColumnPool)bitVectorPools.GetOrAdd(size, t => MemoryManager.GetBVPool(size)); // TODO: Push magic incantation "1 + (Config.DataBatchSize >> 6)" into method call - line 49: var pool = (ColumnPool)bitVectorPools.GetOrAdd(size, t => MemoryManager.GetBVPool(size)); // TODO: Push magic incantation "1 + (Config.DataBatchSize >> 6)" into method call Sources/Core/Microsoft.StreamProcessing/Operators/SprayGroupImport/SprayGroupImportPipe.cs (1 line): - line 90: // TODO: maybe it's better to allocate a new batch without deleted data gaps? Sources/Core/Microsoft.StreamProcessing/Operators/Afa/CompiledPartitionedAfaPipe_MultiEvent.cs (1 line): - line 153: // TODO: Found entry, create and accumulate new tentative transitions from current state Sources/Core/Microsoft.StreamProcessing/Operators/Afa/CompiledGroupedAfaPipe_MultiEvent.cs (1 line): - line 161: // TODO: Found entry, create and accumulate new tentative transitions from current state Sources/Core/Microsoft.StreamProcessing/Operators/Multicast/ConnectableStreamableBase.cs (1 line): - line 79: // TODO: return actual disposable that can be used to dispose the corresponding on calls Sources/Core/Microsoft.StreamProcessing/Sharding/ShardedStreamSerialization.cs (1 line): - line 58: // TODO: This appears to be copied code from Binary egress - can we unify? Sources/Core/Microsoft.StreamProcessing/StreamProperties/StreamPropertiesExtensions.cs (1 line): - line 72: // TODO: fix this to actually compute the correct stream properties for pattern detection Sources/Core/Microsoft.StreamProcessing/Pipes/BinaryPipe.cs (1 line): - line 176: // TODO: add parameter to so implementers can finish processing data knowing there will be no Sources/Core/Microsoft.StreamProcessing/Transformer/SelectTransformation.cs (1 line): - line 144: // TODO: See if this can be unified with the code above for anonymous types.