6 lines
156 B
C#
6 lines
156 B
C#
using Microsoft.Cci;
|
|
|
|
namespace Microsoft.CodeAnalysis.CodeGen;
|
|
|
|
internal delegate DebugSourceDocument DebugDocumentProvider(string path, string basePath);
|