2 references to Concat
Microsoft.CodeAnalysis.CSharp (2)
Lowering\SyntheticBoundNodeFactory.cs (2)
559(prologue != null) ? Concat(prologue, innerInstrumentation.Prologue) : innerInstrumentation.Prologue, 560(epilogue != null) ? Concat(innerInstrumentation.Epilogue, epilogue) : innerInstrumentation.Epilogue)