1 write to _legacyMethodEnum
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
6872_legacyMethodEnum = legacyMethodEnum;
6 references to _legacyMethodEnum
Microsoft.Diagnostics.DataContractReader.Legacy (6)
SOSDacImpl.cs (6)
6967if (_legacyMethodEnum is not null) 6971int hrLocal = _legacyMethodEnum.Next(count, valuesLocal, &neededLocal); 6997_legacyMethodEnum?.Skip(count); 7006_legacyMethodEnum?.Reset(); 7019if (_legacyMethodEnum is not null) 7022_legacyMethodEnum.GetCount(&countLocal);