public PathReferenceAttribute()

in src/Annotations.cs [904:907]


    public PathReferenceAttribute([NotNull, PathReference] string basePath)
    {
      BasePath = basePath;
    }