1 write to Count
System.Speech (1)
Internal\GrammarBuilding\BuilderElements.cs (1)
188Count = c;
6 references to Count
System.Speech (6)
Internal\GrammarBuilding\BuilderElements.cs (5)
34if (refObj.Count != Count || refObj.Items.Count != Items.Count) 237if (!dict.TryGetValue(current.Count, out Collection<BuilderElements?>? builderElements)) 240dict.Add(current.Count, builderElements); 263dict[current.Count].Remove(current);
Internal\GrammarBuilding\GrammarBuilderBase.cs (1)
21return Count;