This commit is contained in:
Matthew Jin 2022-07-12 16:44:12 -07:00 коммит произвёл GitHub
Родитель ade35d5e7d
Коммит 460071076b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -115,7 +115,7 @@ namespace Cilsil.Sil
ExitNode = new ExitNode(Location.FromSequencePoint(methodDefinition ExitNode = new ExitNode(Location.FromSequencePoint(methodDefinition
.DebugInformation .DebugInformation
.SequencePoints .SequencePoints
.FirstOrDefault()), .LastOrDefault()),
this); this);
ExceptionSinkNode = new StatementNode(location, ExceptionSinkNode = new StatementNode(location,
StatementNode.StatementNodeKind.ExceptionsSink, StatementNode.StatementNodeKind.ExceptionsSink,