6 references to ExceptionRegions
Microsoft.CodeAnalysis.EditorFeatures (1)
EditAndContinue\Contracts\ContractWrappers.cs (1)
47exceptionRegions: update.ExceptionRegions.SelectAsArray(FromContract));
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
EditAndContinue\EditorManagedHotReloadLanguageServiceTests.cs (1)
465var exceptionRegion = update.ExceptionRegions.Single();
Microsoft.CodeAnalysis.Features.UnitTests (3)
EditAndContinue\EditAndContinueWorkspaceServiceTests.cs (2)
3472Assert.Empty(delta.ExceptionRegions); 3608Assert.Empty(delta.ExceptionRegions);
EditAndContinue\RemoteEditAndContinueServiceTests.cs (1)
242Assert.Equal(exceptionRegionUpdate1, delta.ExceptionRegions.Single());
Microsoft.VisualStudio.LanguageServices.DevKit (1)
src\EditorFeatures\Core\EditAndContinue\Contracts\ContractWrappers.cs (1)
47exceptionRegions: update.ExceptionRegions.SelectAsArray(FromContract));