Skip to content

Need to dispose of enumerators #560

Open
@wtfsck

Description

We have code (AllTypesHelper.Types() and AddExportedTypes()) that call GetEnumerator() but don't dispose of the enumerators. At the moment this isn't a problem since those implementations don't do anything special but we should still dispose of them in case the implementation changes in the future.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions