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