1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-10 08:15:41 +00:00
X10D/tools/X10D.MetaServices/Assembly.cs

5 lines
132 B
C#
Raw Permalink Normal View History

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