简体   繁体   English

在Roslyn中,如何从SymbolFinder.FindCallersAsync获取文档信息?

[英]In Roslyn, how do I get Document information from SymbolFinder.FindCallersAsync?

What's the right way to find out which Document each caller belongs to? 找出每个来电者属于哪个Document的正确方法是什么?
I can't find any property that would help. 我找不到任何有用的财产。

我意识到我可以在Location.SourceTree上做solution.GetDocument()

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM