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)
753value = tag._varInt.ToString(CultureInfo.InvariantCulture); 761value = tag._varInt == 0 ? "false" : "true";