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