1 write to _legacyMethodEnum
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
6877_legacyMethodEnum = legacyMethodEnum;
6 references to _legacyMethodEnum
Microsoft.Diagnostics.DataContractReader.Legacy (6)
SOSDacImpl.cs (6)
6972if (_legacyMethodEnum is not null) 6976int hrLocal = _legacyMethodEnum.Next(count, valuesLocal, &neededLocal); 7002_legacyMethodEnum?.Skip(count); 7011_legacyMethodEnum?.Reset(); 7024if (_legacyMethodEnum is not null) 7027_legacyMethodEnum.GetCount(&countLocal);