9 lines
183 B
C#
9 lines
183 B
C#
namespace Microsoft.CodeAnalysis.Emit;
|
|
|
|
internal interface IPEDeltaAssemblyBuilder
|
|
{
|
|
void OnCreatedIndices(DiagnosticBag diagnostics);
|
|
|
|
SynthesizedTypeMaps GetSynthesizedTypes();
|
|
}
|