Implemented interface member:
9 references to Count
System.Speech (9)
Result\RecognitionResult.cs (2)
510if (Semantics?.Count > 0) 513sb.Append(Semantics.Count.ToString(CultureInfo.InvariantCulture));
Result\RecognizedPhrase.cs (4)
61if (Semantics?.Count > 0) 494if (!childrenSemantics._valueFieldSet && childrenSemantics.Count == 0) 618|| (thisSemanticValue.Count == -1 && semanticTag == GrammarOptions.W3cV1)) 1086if (kv.Value.Count > 0)
Result\SemanticValue.cs (3)
41if (refObj == null || refObj.Count != Count || refObj.Value == null && Value != null || (refObj.Value != null && !refObj.Value.Equals(Value))) 57return Count;