1 write to times
System.Speech (1)
Internal\SapiInterop\SapiRecoInterop.cs (1)
336times = source.times;
5 references to times
System.Speech (5)
Result\RecognitionResult.cs (5)
178if (_header.times.dwTickCount == 0) 184startTime = DateTime.FromFileTime((long)((ulong)_header.times.ftStreamTime.dwHighDateTime << 32) + _header.times.ftStreamTime.dwLowDateTime); 261_audioPosition ??= new TimeSpan((long)_header.times.ullStart); 270_audioDuration ??= new TimeSpan((long)_header.times.ullLength);