Remove todo comment, now tracked by #21797

上级 a372c397
......@@ -524,7 +524,6 @@ Namespace Microsoft.CodeAnalysis.Semantics
Dim operand As Lazy(Of IOperation)
Dim methodSymbol As MethodSymbol
' TODO: Use Gen's GetConversion after https://github.com/dotnet/roslyn/pull/21445 is merged.
If (boundConversion.ConversionKind And VisualBasic.ConversionKind.UserDefined) = VisualBasic.ConversionKind.UserDefined Then
Dim userDefinedConversion As BoundUserDefinedConversion = DirectCast(boundConversion.Operand, BoundUserDefinedConversion)
methodSymbol = userDefinedConversion.Call.Method
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册