1 write to _action
PresentationFramework (1)
System\Windows\Documents\Tracing\SpellerCOMActionTraceLogger.cs (1)
142_action = action;
10 references to _action
PresentationFramework (10)
System\Windows\Documents\Tracing\SpellerCOMActionTraceLogger.cs (10)
122/// DateTime.Now.Ticks when the <see cref="_action"/> started 190_instanceInfo.NumCallsMeasured[_action]++; 191_instanceInfo.CumulativeCallTime100Ns[_action] += ticks; 195(long)Math.Floor(1.0d * _instanceInfo.CumulativeCallTime100Ns[_action] / _instanceInfo.NumCallsMeasured[_action]); 202(_action == Actions.RegisterUserDictionary) || 203(_action == Actions.UnregisterUserDictionary); 205if (alwaysLog || (ticks > _timeLimits100Ns[_action]) || (runningAverage > 2 * _timeLimits100Ns[_action])) 215SpellerCOMAction = _action.ToString(),