提交 7b9294e0 编写于 作者: N Neal Gafter

Add assertion requested by @AlekseyTs

上级 fa0e4ed8
......@@ -1139,6 +1139,8 @@ Namespace Microsoft.CodeAnalysis.VisualBasic
_cancellationToken.ThrowIfCancellationRequested()
Debug.Assert(Not (method.IsPartial AndAlso method.PartialImplementationPart Is Nothing))
Dim sourceMethod = TryCast(method, SourceMethodSymbol)
'get cached diagnostics if not building and we have 'em
If Not DoEmitPhase AndAlso (sourceMethod IsNot Nothing) Then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册