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