/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/ExpressionEvaluator/VisualBasic/Source/ResultProvider/Helpers/Placeholders.vb
30 строк
1013 B
Jonathon Marolf
update headers
23 янв 2020, 04:01
Не верифицирован
23 янв 2020, 04:01
91571a3
Код
Авторство
О чём код?
' 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. Imports Microsoft.CodeAnalysis.VisualBasic ' Required by Microsoft.CodeAnalysis.VisualBasic.Syntax.KeywordTable Namespace Microsoft.CodeAnalysis.Text End Namespace Namespace Microsoft.CodeAnalysis Friend Module GreenNode ''' <summary> ''' Required by <see cref="SyntaxKind"/>. ''' </summary> Public Const ListKind As Integer = 1 End Module End Namespace ' This needs to be re-defined here to avoid ambiguity, because we allow this project to target .NET 4.0 on machines without 2.0 installed. Namespace System.Runtime.CompilerServices <AttributeUsage(AttributeTargets.Assembly Or AttributeTargets.Class Or AttributeTargets.Method, AllowMultiple:=False, Inherited:=False)> Friend Class ExtensionAttribute : Inherits Attribute End Class End Namespace