3 references to GetTypeFieldValueFlags
Microsoft.Diagnostics.DataContractReader.Legacy (3)
ClrDataValue.cs (3)
469uint flags = GetTypeFieldValueFlags(_typeHandle, null, _flags & (uint)ClrDataValueFlag.ALL_LOCATIONS, isDeref: true); 679uint flags = GetTypeFieldValueFlags(elementType, null, 0, isDeref: false); 1007flags = GetTypeFieldValueFlags(fieldType, fieldDesc, flags, isDeref: false, fieldDefinition);