Skip to content

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>

ObjectSourceLinkInfo

SourceLinkInfo(IReadOnlyList<SourceLinkMapping>)

Section titled “SourceLinkInfo(IReadOnlyList<SourceLinkMapping>)”

Source Link mappings decoded from portable PDB custom debug information.

Parameters:

public SourceLinkInfo(IReadOnlyList<SourceLinkMapping> Mappings)

Gets whether Source Link data was present.

Returns: Boolean

public bool IsPresent { get; }

The document pattern to URL template mappings.

Returns: IReadOnlyList<SourceLinkMapping>

public IReadOnlyList<SourceLinkMapping> Mappings { get; init; }