[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-28 UTC."],[[["`SourceContext` is a class that provides information about the source of a protobuf element, such as the file where it is defined."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for message manipulation, comparison, deep cloning and buffering."],["The `FileName` property of the class represents the path-qualified name of the .proto file, which would be something like `\"google/protobuf/source_context.proto\"`."],["The latest version of the class is 3.27.1, and it can be found in the `Google.Protobuf.WellKnownTypes` namespace and `Google.Protobuf.dll` assembly."],["The class contains constructors, fields like `FileNameFieldNumber`, properties like `Descriptor` and `Parser`, and various methods for operations such as `Clone`, `Equals`, `GetHashCode`, `MergeFrom`, and `WriteTo`."]]],[]]