11 lines
176 B
C#
11 lines
176 B
C#
using System;
|
|
using System.Runtime.CompilerServices;
|
|
|
|
namespace Microsoft.CodeAnalysis;
|
|
|
|
[CompilerGenerated]
|
|
[Embedded]
|
|
internal sealed class EmbeddedAttribute : Attribute
|
|
{
|
|
}
|