<PackageReference Include="Google.Protobuf" Version="3.33.4" />

Google.Protobuf.Reflection.GeneratedCodeInfo

Describes the relationship between generated code and its original source file. A GeneratedCodeInfo message is associated with only one generated source file, but may contain references to different source .proto files.
public static class Types

Container for nested types declared in the GeneratedCodeInfo message type.

public const int AnnotationFieldNumber = 1

Field number for the "annotation" field.

public static MessageDescriptor Descriptor { get; }

public static MessageParser<GeneratedCodeInfo> Parser { get; }

An Annotation connects some span of text in generated code to an element of its generating .proto file.

public int CalculateSize()

public bool Equals(GeneratedCodeInfo other)

public void MergeFrom(GeneratedCodeInfo other)

public void MergeFrom(CodedInputStream input)

public void WriteTo(CodedOutputStream output)