feature: pdf field locations cached

This commit is contained in:
Gary Sharp
2022-11-03 16:56:12 +11:00
parent e463a7361e
commit 96cccab958
9 changed files with 121 additions and 29 deletions
@@ -4,7 +4,7 @@ namespace Disco.Services.Expressions
{
private string _Source;
bool IExpressionPart.ErrorsAllowed
public bool ErrorsAllowed
{
get
{
@@ -15,7 +15,7 @@ namespace Disco.Services.Expressions
return;
}
}
string IExpressionPart.Source
public string Source
{
get
{
@@ -26,7 +26,7 @@ namespace Disco.Services.Expressions
return;
}
}
string IExpressionPart.RawSource
public string RawSource
{
get
{
@@ -37,7 +37,7 @@ namespace Disco.Services.Expressions
return;
}
}
bool IExpressionPart.IsDynamic
public bool IsDynamic
{
get
{