Hi,
My question is about API providing line information for managed function. There is API called ISymbolMethod.GetSequencePoints (http://msdn.microsoft.com/en-us/library/system.diagnostics.symbolstore.isymbolmethod.getsequencepoints.aspx). One of its out params is array of source files in which source lines are located. AFAIU, it assumes the function's implementation may be split in several source files. How is it possible? Could anyone demonstrate ascenario written in C#|Managed C++ when ISymbolMethod.GetSequencePoints returns different source file name?

Thanks,
DP
Thanks, DP