Skip to content

Commit e666538

Browse files
committed
Add missing switch cases
1 parent e68aa72 commit e666538

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/DotNet/Writer/Metadata.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3384,6 +3384,8 @@ void AddCustomDebugInformation(SerializerMethodContext serializerMethodContext,
33843384
case PdbCustomDebugInfoKind.SourceLink:
33853385
case PdbCustomDebugInfoKind.CompilationMetadataReferences:
33863386
case PdbCustomDebugInfoKind.CompilationOptions:
3387+
case PdbCustomDebugInfoKind.TypeDefinitionDocuments:
3388+
case PdbCustomDebugInfoKind.EditAndContinueStateMachineStateMap:
33873389
AddCustomDebugInformationCore(serializerMethodContext, encodedToken, cdi, cdi.Guid);
33883390
break;
33893391

0 commit comments

Comments
 (0)