2 references to StartEnumFields
Microsoft.Diagnostics.DataContractReader.Legacy (2)
ClrDataValue.cs (2)
386return StartEnumFields(null, (uint)CLRDataByNameFlag.CLRDATA_BYNAME_CASE_SENSITIVE, flags, fromType, handle); 413return StartEnumFields(name is null ? null : new string(name), nameFlags, fieldFlags, fromType, handle);