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