1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-22 20:58:48 +00:00
X10D/tools/X10D.MetaServices/Assembly.cs

5 lines
129 B
C#
Raw Normal View History

2023-08-26 17:11:29 +00:00
using System.Runtime.CompilerServices;
2023-04-06 16:05:37 +00:00
[assembly: InternalsVisibleTo("X10D")]
[assembly: InternalsVisibleTo("SourceGenerator")]