3 writes to helpKeyword
Microsoft.Build (3)
Errors\InvalidProjectFileException.cs (3)
101helpKeyword = info.GetString("helpKeyword"); 157helpKeyword = state[nameof(helpKeyword)]; 238this.helpKeyword = helpKeyword;
5 references to helpKeyword
Microsoft.Build (5)
Errors\InvalidProjectFileException.cs (5)
128info.AddValue("helpKeyword", helpKeyword); 143{ nameof(helpKeyword), helpKeyword }, 157helpKeyword = state[nameof(helpKeyword)]; 368return helpKeyword;