10 references to Concat
Microsoft.CodeAnalysis.VisualBasic (10)
Lowering\LocalRewriter\LocalRewriter_DoLoop.vb (4)
80start = Concat(doResumeLabel, start) 87rewrittenBody = Concat(rewrittenBody, _instrumenterOpt.InstrumentDoLoopEpilogue(node, Nothing)) 164start = Concat(doResumeLabel, start) 180rewrittenBody = Concat(rewrittenBody, loopResumeLabel)
Lowering\LocalRewriter\LocalRewriter_If.vb (2)
58newConsequence = Concat(newConsequence, _instrumenterOpt.InstrumentIfStatementConsequenceEpilogue(node, resumeTarget)) 78newAlternative = Concat(newAlternative,
Lowering\LocalRewriter\LocalRewriter_SyncLock.vb (1)
142finallyBody = DirectCast(Concat(finallyBody, _instrumenterOpt.CreateSyncLockExitDueToExceptionEpilogue(node)), BoundBlock)
Lowering\LocalRewriter\LocalRewriter_Using.vb (1)
213Dim newBody = DirectCast(Concat(currentBody, SyntheticBoundNodeFactory.HiddenSequencePoint()), BoundBlock)
Lowering\LocalRewriter\LocalRewriter_While.vb (2)
74rewrittenBody = Concat(rewrittenBody, afterBodyResumeTargetOpt) 134gotoContinue = Concat(loopResumeLabelOpt, gotoContinue)