5 references to ExceptionRegions
Microsoft.CodeAnalysis.EditorFeatures (1)
EditAndContinue\Contracts\ContractWrappers.cs (1)
41exceptionRegions: update.ExceptionRegions.SelectAsArray(FromContract));
Microsoft.CodeAnalysis.Features.UnitTests (3)
EditAndContinue\EditAndContinueWorkspaceServiceTests.cs (2)
2607Assert.Empty(delta.ExceptionRegions); 2743Assert.Empty(delta.ExceptionRegions);
EditAndContinue\RemoteEditAndContinueServiceTests.cs (1)
238Assert.Equal(exceptionRegionUpdate1, delta.ExceptionRegions.Single());
Microsoft.VisualStudio.LanguageServices.DevKit (1)
src\EditorFeatures\Core\EditAndContinue\Contracts\ContractWrappers.cs (1)
41exceptionRegions: update.ExceptionRegions.SelectAsArray(FromContract));