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 SourceSourceLocation(TextSpan, LinePositionSpan)
Declaration
public SourceLocation(TextSpan sourceSpan, LinePositionSpan linePositionSpan)
Parameters
Type | Name | Description |
---|---|---|
TextSpan | sourceSpan | |
LinePositionSpan | linePositionSpan |
Properties
| Improve this Doc View SourceLinePositionSpan
Declaration
public LinePositionSpan LinePositionSpan { get; }
Property Value
Type | Description |
---|---|
LinePositionSpan |
SourceSpan
Declaration
public TextSpan SourceSpan { get; }
Property Value
Type | Description |
---|---|
TextSpan |