1 write to _sentencesBySource
Iot.Device.Bindings (1)
SentenceCache.cs (1)
56_sentencesBySource = new Dictionary<String, Dictionary<SentenceId, NmeaSentence>>();
4 references to _sentencesBySource
Iot.Device.Bindings (4)
SentenceCache.cs (4)
88_sentencesBySource.Clear(); 126if (_sentencesBySource.TryGetValue(source, out var list)) 218if (_sentencesBySource.TryGetValue(sourceName, out var dict)) 226_sentencesBySource[sourceName] = d;