invocationCount property
The number of times that the user has invoked code completion at the same code location, counting from 1. If no value is provided, 1 will be assumed.
Implementation
int? invocationCount;
The number of times that the user has invoked code completion at the same code location, counting from 1. If no value is provided, 1 will be assumed.
int? invocationCount;