1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-10 04:55:42 +00:00
X10D/tools/X10D.MetaServices/Assembly.cs

5 lines
129 B
C#
Raw Normal View History

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