2 writes to SwitchName
Microsoft.Build.Tasks.Core (2)
XamlTaskFactory\TaskParser.cs (2)
340
SwitchName
= enumValue.Switch
345
value.
SwitchName
= String.Empty;
7 references to SwitchName
Microsoft.Build.Tasks.Core (7)
XamlTaskFactory\CommandLineGenerator.cs (2)
137
if (!String.IsNullOrEmpty(enumValue.
SwitchName
))
139
switchToAdd.SwitchValue = enumValue.Prefix + enumValue.
SwitchName
;
XamlTaskFactory\TaskGenerator.cs (4)
836
if (ContainsCurrentPlatform(val.
SwitchName
))
850
val.
SwitchName
!= String.Empty ? new CodeSnippetExpression(SurroundWithQuotes(val.Prefix + val.
SwitchName
)) : new CodeSnippetExpression(SurroundWithQuotes("")),
953
containsCurrentPlatform = ContainsCurrentPlatform(val.
SwitchName
) || containsCurrentPlatform;
XamlTaskFactory\TaskParser.cs (1)
343
if (value.
SwitchName
== null)