提交 8ca296d8 编写于 作者: P Pilchie

Update test implementation of ISemanticFactsService.

上级 d890e50e
......@@ -475,7 +475,7 @@ public IEnumerable<SyntaxNode> GetConstructors(SyntaxNode root, CancellationToke
throw new NotImplementedException();
}
public SyntaxNode GetContainingMemberDeclaration(SyntaxNode root, int position)
public SyntaxNode GetContainingMemberDeclaration(SyntaxNode root, int position, bool useFullSpan = true)
{
throw new NotImplementedException();
}
......
......@@ -471,7 +471,7 @@ End Class]]></a>.Value.NormalizeLineEndings()
Throw New NotImplementedException()
End Function
Public Function GetContainingMemberDeclaration(root As SyntaxNode, position As Integer) As SyntaxNode Implements ISyntaxFactsService.GetContainingMemberDeclaration
Public Function GetContainingMemberDeclaration(root As SyntaxNode, position As Integer, Optional useFullSpan As Boolean = True) As SyntaxNode Implements ISyntaxFactsService.GetContainingMemberDeclaration
Throw New NotImplementedException()
End Function
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册