1 write to _legacyMethodEnum
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
6869_legacyMethodEnum = legacyMethodEnum;
6 references to _legacyMethodEnum
Microsoft.Diagnostics.DataContractReader.Legacy (6)
SOSDacImpl.cs (6)
6964if (_legacyMethodEnum is not null) 6968int hrLocal = _legacyMethodEnum.Next(count, valuesLocal, &neededLocal); 6994_legacyMethodEnum?.Skip(count); 7003_legacyMethodEnum?.Reset(); 7016if (_legacyMethodEnum is not null) 7019_legacyMethodEnum.GetCount(&countLocal);