1 write to _sentences
Iot.Device.Bindings (1)
SentenceCache.cs (1)
55_sentences = new Dictionary<SentenceId, NmeaSentence>();
5 references to _sentences
Iot.Device.Bindings (5)
SentenceCache.cs (5)
84_sentences.Clear(); 102if (_sentences.TryGetValue(id, out var sentence)) 174if (_sentences.TryGetValue(id, out var sentence)) 215_sentences[sentence.SentenceId] = sentence; 272_sentences.Clear();