/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/BasicExpressionCompiler.vsdconfigxml
44 строки
2 KB
Charles Stoner
EE: Handle notification when metadata has been invalidated (#75423)
15 окт 2024, 23:24
Не верифицирован
15 окт 2024, 23:24
d67d258
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <!-- 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. --> <Configuration xmlns="http://schemas.microsoft.com/vstudio/vsdconfig/2008"> <DefineGuid Name="VisualBasicExpressionCompilerId" Value="3E921230-F90B-4FEB-8476-9269C61D2E0A"/> <ManagedComponent ComponentId="VisualBasicExpressionCompilerId" ComponentLevel="9991500" Synchronized="true" AssemblyName="Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler"> <Class Name="Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.VisualBasicExpressionCompiler"> <Implements> <InterfaceGroup> <Filter> <LanguageId RequiredValue="DkmLanguageId.VB"/> </Filter> <Interface Name="IDkmClrExpressionCompiler"/> <Interface Name="IDkmClrExpressionCompilerCallback"/> </InterfaceGroup> <InterfaceGroup CallOnlyWhenLoaded="true"> <NoFilter/> <Interface Name="IDkmMetaDataPointerInvalidatedNotification"/> <Interface Name="IDkmModuleModifiedNotification"/> <Interface Name="IDkmModuleInstanceUnloadNotification"/> </InterfaceGroup> <InterfaceGroup> <Filter> <LanguageId RequiredValue="DkmLanguageId.VB"/> <RuntimeId RequiredValue="DkmRuntimeId.Clr"/> <RuntimeId RequiredValue="DkmRuntimeId.ClrNativeCompilation"/> </Filter> <Interface Name="IDkmLanguageFrameDecoder"/> <Interface Name="IDkmLanguageInstructionDecoder"/> </InterfaceGroup> </Implements> </Class> </ManagedComponent> </Configuration>