SourceLinkInfo
Namespace: Dotsider.Core.Analysis.Models
Assembly: Dotsider.Core.dll
Source Link mappings decoded from portable PDB custom debug information.
public sealed record SourceLinkInfo : IEquatable<SourceLinkInfo>Inheritance
Section titled “Inheritance”Object → SourceLinkInfo
Implements
Section titled “Implements”Constructors
Section titled “Constructors”SourceLinkInfo(IReadOnlyList<SourceLinkMapping>)
Section titled “SourceLinkInfo(IReadOnlyList<SourceLinkMapping>)”Source Link mappings decoded from portable PDB custom debug information.
Parameters:
Mappings(IReadOnlyList<SourceLinkMapping>): The document pattern to URL template mappings.
public SourceLinkInfo(IReadOnlyList<SourceLinkMapping> Mappings)Properties
Section titled “Properties”IsPresent
Section titled “IsPresent”Gets whether Source Link data was present.
Returns: Boolean
public bool IsPresent { get; }Mappings
Section titled “Mappings”The document pattern to URL template mappings.
Returns: IReadOnlyList<SourceLinkMapping>
public IReadOnlyList<SourceLinkMapping> Mappings { get; init; }