3 writes to helpKeyword
Microsoft.Build (3)
Errors\InvalidProjectFileException.cs (3)
102helpKeyword = info.GetString("helpKeyword"); 158helpKeyword = state[nameof(helpKeyword)]; 239this.helpKeyword = helpKeyword;
5 references to helpKeyword
Microsoft.Build (5)
Errors\InvalidProjectFileException.cs (5)
129info.AddValue("helpKeyword", helpKeyword); 144{ nameof(helpKeyword), helpKeyword }, 158helpKeyword = state[nameof(helpKeyword)]; 369return helpKeyword;