1 instantiation of AtsExportedValue
TypeScriptApiCompat (1)
AtsSurfaceParser.cs (1)
188
return new
AtsExportedValue
(path, typeId, value);
6 references to AtsExportedValue
Infrastructure.Tests (1)
TypeScriptApiCompat\TypeScriptApiCompatTests.cs (1)
49
var
exportedValue = Assert.Single(surface.ExportedValues.Values);
TypeScriptApiCompat (5)
AtsCompatibilityComparer.cs (1)
182
if (!current.ExportedValues.TryGetValue(path, out
var
currentValue))
AtsSurface.cs (1)
11
IReadOnlyDictionary<string,
AtsExportedValue
> ExportedValues,
AtsSurfaceParser.cs (3)
14
var exportedValues = new Dictionary<string,
AtsExportedValue
>(StringComparer.Ordinal);
96
var
exportedValue = ParseExportedValue(trimmed);
170
private static
AtsExportedValue
ParseExportedValue(string line)