1 write to _legacyMethodEnum
Microsoft.Diagnostics.DataContractReader.Legacy (1)
SOSDacImpl.cs (1)
7044_legacyMethodEnum = legacyMethodEnum;
6 references to _legacyMethodEnum
Microsoft.Diagnostics.DataContractReader.Legacy (6)
SOSDacImpl.cs (6)
7140if (_legacyMethodEnum is not null) 7144int hrLocal = _legacyMethodEnum.Next(count, valuesLocal, &neededLocal); 7171_legacyMethodEnum?.Skip(count); 7181_legacyMethodEnum?.Reset(); 7195if (_legacyMethodEnum is not null) 7198_legacyMethodEnum.GetCount(&countLocal);