[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version available for `SourceLocation` is 3.2.0, with previous versions 3.1.0, 3.0.0, 2.4.0, and 2.3.0 also accessible."],["`SourceLocation` is a sealed class that represents a specific position within source code, and it inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`SourceLocation` objects can be constructed with either a default constructor or by copying another `SourceLocation` object, as indicated by the presence of two constructors."],["The class has properties `Column` and `Line`, both of type `Int32`, which indicate the specific column and line number within a file, and `Path`, a `String`, which refers to the file path."]]],[]]