Language\Syntax\SyntaxNodeExtensions.cs (8)
55return new SourceLocation(source.FilePath, 0, 0, 0);
64source.FilePath, // GetLocation prefers RelativePath but we want FilePath.
72source.FilePath, // GetLocation prefers RelativePath but we want FilePath.
79return new SourceLocation(source.FilePath, node.Position, 0, 0);
90return new SourceLocation(source.FilePath, 0, 0, 0);
99source.FilePath, // GetLocation prefers RelativePath but we want FilePath.
107source.FilePath, // GetLocation prefers RelativePath but we want FilePath.
114return new SourceLocation(source.FilePath, token.Position, 0, 0);