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