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

5 lines
132 B
C#
Raw Normal View History

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