提交 e022408f 编写于 作者: M Manish Vasani

Revert the added assert to the shared analyzer driver as it is only valid for VB.

上级 00982ead
......@@ -1043,7 +1043,6 @@ private async Task<EventProcessedState> TryProcessSymbolDeclaredAsync(SymbolDecl
// Attempt to execute all analyzer actions.
var processedState = EventProcessedState.Processed;
var symbol = symbolEvent.Symbol;
Debug.Assert(symbol.IsInSource());
var isGeneratedCodeSymbol = IsGeneratedCodeSymbol(symbol);
var skipSymbolAnalysis = AnalysisScope.ShouldSkipSymbolAnalysis(symbolEvent);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册