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