dotnet/roslyn
在 GitHub 查看C#: TypeSymbolExtensions.IsExpressionTree uses some questionable logic
Open
#10,843 建立於 2016年4月25日
Area-CompilersBugLanguage-C#help wanted
描述
It calls CheckFullName method that doesn't check which containers should be types and which should be namespaces. It also doesn't make sure the whole containership hierarchy is checked.