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