3 writes to hasBeenLogged
Microsoft.Build (3)
Errors\InvalidProjectFileException.cs (3)
103
hasBeenLogged
= info.GetBoolean("hasBeenLogged");
159
hasBeenLogged
= bool.Parse(state[nameof(hasBeenLogged)]);
385
hasBeenLogged
= value;
5 references to hasBeenLogged
Microsoft.Build (5)
Errors\InvalidProjectFileException.cs (5)
130
info.AddValue("hasBeenLogged",
hasBeenLogged
);
145
{ nameof(
hasBeenLogged
),
hasBeenLogged
.ToString() },
159
hasBeenLogged = bool.Parse(state[nameof(
hasBeenLogged
)]);
381
return
hasBeenLogged
;