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