Ejemplo n.º 1
0
 internal static TokenCollection Transform(CommandContext commandContext, TokenCollection tokenCollection)
 {
     return(tokenCollection.Transform(ExpandClubbedOption, skipDirectives: true, skipSeparated: true));
 }
Ejemplo n.º 2
0
 private static TokenCollection Transform(CommandContext commandContext, TokenCollection tokenCollection)
 {
     return(tokenCollection.Transform(ExpandResponseFile, skipDirectives: true, skipSeparated: true));
 }
Ejemplo n.º 3
0
 internal static TokenCollection Transform(CommandContext commandContext, TokenCollection tokenCollection)
 {
     return(tokenCollection.Transform(SplitOptionAssignment, skipDirectives: true, skipSeparated: true));
 }