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