1 instantiation of AtsDtoProperty
TypeScriptApiCompat (1)
AtsSurfaceParser.cs (1)
152
return new
AtsDtoProperty
(name, typeId, isOptional);
5 references to AtsDtoProperty
TypeScriptApiCompat (5)
AtsCompatibilityComparer.cs (1)
94
if (!currentDto.Properties.TryGetValue(propertyName, out
var
currentProperty))
AtsSurface.cs (1)
16
internal sealed record AtsDtoType(string TypeId, IReadOnlyDictionary<string,
AtsDtoProperty
> Properties);
AtsSurfaceParser.cs (3)
68
var
property = ParseDtoProperty(trimmed);
139
private static
AtsDtoProperty
ParseDtoProperty(string line)
301
public Dictionary<string,
AtsDtoProperty
> Properties { get; } = new(StringComparer.Ordinal);