Show / Hide Table of Contents

Struct SourceLocation

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
Namespace: DotLang.CodeAnalysis.Text
Assembly: DotLang.dll
Syntax
public struct SourceLocation

Constructors

| Improve this Doc View Source

SourceLocation(TextSpan, LinePositionSpan)

Declaration
public SourceLocation(TextSpan sourceSpan, LinePositionSpan linePositionSpan)
Parameters
Type Name Description
TextSpan sourceSpan
LinePositionSpan linePositionSpan

Properties

| Improve this Doc View Source

LinePositionSpan

Declaration
public LinePositionSpan LinePositionSpan { get; }
Property Value
Type Description
LinePositionSpan
| Improve this Doc View Source

SourceSpan

Declaration
public TextSpan SourceSpan { get; }
Property Value
Type Description
TextSpan
  • Improve this Doc
  • View Source
Back to top Generated by DocFX