4 writes to _varInt
System.Speech (4)
Internal\SrgsCompiler\CfgSemanticTag.cs (4)
21
_varInt
= 0;
35
_varInt
= 0;
63
_varInt
= (int)property._comValue!;
67
_varInt
= (bool)property._comValue! ? unchecked(0xffff) : 0;
2 references to _varInt
System.Speech (2)
Internal\SrgsCompiler\Arc.cs (2)
753
value = tag.
_varInt
.ToString(CultureInfo.InvariantCulture);
761
value = tag.
_varInt
== 0 ? "false" : "true";