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