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

Google.Protobuf.WellKnownTypes.SourceContext

`SourceContext` represents information about the source of a protobuf element, like the file in which it is defined.
public const int FileNameFieldNumber = 1

Field number for the "file_name" field.

public static MessageDescriptor Descriptor { get; }

public static MessageParser<SourceContext> Parser { get; }

public string FileName { get; set; }

The path-qualified name of the .proto file that contained the associated protobuf element. For example: `"google/protobuf/source_context.proto"`.

public SourceContext()

public int CalculateSize()

public bool Equals(SourceContext other)

public void MergeFrom(SourceContext other)

public void MergeFrom(CodedInputStream input)

public void WriteTo(CodedOutputStream output)