Files

7 lines
98 B
C#

namespace Semmle.Extraction.CIL.Entities
{
public interface ILocation : IEntity
{
}
}