3 writes to _comValue
System.Speech (3)
Internal\SrgsCompiler\PropertyTag.cs (1)
50_propInfo._comValue = value;
Internal\SrgsCompiler\RuleRef.cs (1)
79propertyInfo._comValue = semanticKey;
Internal\SrgsCompiler\SemanticTag.cs (1)
34_propInfo._comValue = sTag;
5 references to _comValue
System.Speech (5)
Internal\SrgsCompiler\CfgSemanticTag.cs (5)
52if (property._comValue != null) 54_valueOffset = symbols.Add((string)property._comValue, out iWord); 63_varInt = (int)property._comValue!; 67_varInt = (bool)property._comValue! ? unchecked(0xffff) : 0; 71_varDouble = (double)property._comValue!;