1 write to resourceId
MSBuild (1)
CommandLine\CommandLineSwitches.cs (1)
197
this.
resourceId
= resourceId;
2 references to resourceId
MSBuild (2)
CommandLine\CommandLineSwitches.cs (2)
390
string resourceId = parameterizedSwitch.
resourceId
;
478
Debug.Assert(!string.IsNullOrEmpty(s_parameterizedSwitchesMap[i].
resourceId
), "All parameterized switches should be cross-checked against the help message strings except from project switch");