1 write to resourceId
MSBuild (1)
CommandLineSwitches.cs (1)
148
this.
resourceId
= resourceId;
2 references to resourceId
MSBuild (2)
CommandLineSwitches.cs (2)
405
string resourceId = parameterlessSwitch.
resourceId
;
461
Debug.Assert(!string.IsNullOrEmpty(s_parameterlessSwitchesMap[i].
resourceId
), "All parameterless switches should be cross-checked against the help message strings");