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