Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-10-13 12:30:27 -04:00
Родитель 772a6d00a9
Коммит 0c2fa214ef
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -66,7 +66,7 @@ namespace Semmle.Extraction.CSharp.Entities
} }
/// <summary> /// <summary>
/// The location which is stored in the database and is used when highlighing source code. /// The location which is stored in the database and is used when highlighting source code.
/// It's generally short, e.g. a method name. /// It's generally short, e.g. a method name.
/// </summary> /// </summary>
public override Microsoft.CodeAnalysis.Location? ReportingLocation => Symbol.Locations.FirstOrDefault(); public override Microsoft.CodeAnalysis.Location? ReportingLocation => Symbol.Locations.FirstOrDefault();