1 write to _legacyMethodEnum
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
6859_legacyMethodEnum = legacyMethodEnum;
6 references to _legacyMethodEnum
Microsoft.Diagnostics.DataContractReader.Legacy (6)
SOSDacImpl.cs (6)
6954if (_legacyMethodEnum is not null) 6958int hrLocal = _legacyMethodEnum.Next(count, valuesLocal, &neededLocal); 6984_legacyMethodEnum?.Skip(count); 6993_legacyMethodEnum?.Reset(); 7006if (_legacyMethodEnum is not null) 7009_legacyMethodEnum.GetCount(&countLocal);