Skip to content

Commit 78303b0

Browse files
authored
Merge pull request #2831 from FirelyTeam/location-sourcenode
FS location issue fix
2 parents 489034a + 77e674d commit 78303b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Hl7.Fhir.Base/ElementModel/TypedElementOnSourceNode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public TypedElementOnSourceNode(ISourceNode source, string? type, IStructureDefi
3333
if (source is IExceptionSource ies && ies.ExceptionHandler == null)
3434
ies.ExceptionHandler = (o, a) => ExceptionHandler.NotifyOrThrow(o, a);
3535

36-
Location = source.Name;
36+
Location = source.Location;
3737
ShortPath = source.Name;
3838
_source = source;
3939
(InstanceType, Definition) = buildRootPosition(type);

0 commit comments

Comments
 (0)