3 references to DependentUpon
Microsoft.DotNet.XliffTasks (3)
Tasks\GatherTranslatedSource.cs (2)
108
string dependentUpon = xlf.GetMetadata(MetadataKey.
DependentUpon
);
113
output.SetMetadata(MetadataKey.
DependentUpon
, dependentUpon);
Tasks\MetadataKey.cs (1)
8
public const string DependentUpon = nameof(
DependentUpon
);