3 writes to _comValue
System.Speech (3)
Internal\SrgsCompiler\PropertyTag.cs (1)
50
_propInfo.
_comValue
= value;
Internal\SrgsCompiler\RuleRef.cs (1)
79
propertyInfo.
_comValue
= semanticKey;
Internal\SrgsCompiler\SemanticTag.cs (1)
34
_propInfo.
_comValue
= sTag;
5 references to _comValue
System.Speech (5)
Internal\SrgsCompiler\CfgSemanticTag.cs (5)
52
if (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
!;