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