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