提交 6ebae016 编写于 作者: G Gen Lu

Add bug link

上级 d03e0fbf
......@@ -132,6 +132,9 @@ private static bool IsTypeImplicitlyConvertible(Compilation compilation, ITypeSy
Lazy<ImmutableArray<ITypeSymbol>> inferredTypes,
TelemetryCounter telemetryCounter)
{
// We might get symbol w/o name but CanBeReferencedByName is still set to true,
// need to filter them out.
// https://github.com/dotnet/roslyn/issues/47690
var symbolGroups = from symbol in symbols
let texts = GetDisplayAndSuffixAndInsertionText(symbol, contextLookup(symbol))
where !string.IsNullOrWhiteSpace(texts.displayText)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册