3 references to ManagedExceptionRegionUpdate
Microsoft.CodeAnalysis.Features (3)
Contracts\EditAndContinue\ManagedHotReloadUpdate.cs (2)
24
ImmutableArray<
ManagedExceptionRegionUpdate
> exceptionRegions)
60
public ImmutableArray<
ManagedExceptionRegionUpdate
> ExceptionRegions { get; } = exceptionRegions;
EditAndContinue\EditSession.cs (1)
1192
out ImmutableArray<
ManagedExceptionRegionUpdate
> exceptionRegionUpdates)