/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/EditorFeatures/Test2/Rename/RenameTestHost.vb
13 строк
585 B
Tomáš Matoušek
Use TestHost consistently (#45861)
12 июл 2020, 01:24
Не верифицирован
12 июл 2020, 01:24
4153950
Код
Авторство
О чём код?
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Namespace Microsoft.CodeAnalysis.Editor.UnitTests.Rename Public Enum RenameTestHost InProcess ' Work out of process, marshaling to/from RenameSymbolAsync OutOfProcess_SingleCall ' Work out of process, marshaling to/from FindRenameLocations, then marshaling to/from ResolveConflictsAsync OutOfProcess_SplitCall End Enum End Namespace