4 references to StringSize
System.Speech (4)
Internal\SrgsCompiler\BackEnd.cs (2)
1022
header.cchWords = _words.
StringSize
();
1035
header.cchSymbols = _symbols.
StringSize
();
Internal\StringBlob.cs (2)
140
return ((
StringSize
() * _sizeOfChar + 3) & ~3) / 2;
162
if (
StringSize
() % 2 == 1)