3 references to GetUsedSynthesizedHotReloadExceptionType
Microsoft.CodeAnalysis (3)
Emit\CommonPEModuleBuilder.cs (1)
1003if (GetUsedSynthesizedHotReloadExceptionType() is { } hotReloadException)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
1836if (module.GetUsedSynthesizedHotReloadExceptionType() is { } hotReloadException)
PEWriter\MetadataWriter.cs (1)
505if (module.GetUsedSynthesizedHotReloadExceptionType() is { } hotReloadException)