#53932 nullable-enables the metadata-reading methods in PEModule, which revealed that ReadLanguagesFromAttribute can return null elements if a null constant is encountered in metadata. We should correctly handle these cases after merging back to main in a dedicated PR.
#53932 nullable-enables the metadata-reading methods in PEModule, which revealed that
ReadLanguagesFromAttributecan return null elements if a null constant is encountered in metadata. We should correctly handle these cases after merging back to main in a dedicated PR.