3 writes to hasBeenLogged
Microsoft.Build (3)
Errors\InvalidProjectFileException.cs (3)
102
hasBeenLogged
= info.GetBoolean("hasBeenLogged");
158
hasBeenLogged
= bool.Parse(state[nameof(hasBeenLogged)]);
384
hasBeenLogged
= value;
5 references to hasBeenLogged
Microsoft.Build (5)
Errors\InvalidProjectFileException.cs (5)
129
info.AddValue("hasBeenLogged",
hasBeenLogged
);
144
{ nameof(
hasBeenLogged
),
hasBeenLogged
.ToString() },
158
hasBeenLogged = bool.Parse(state[nameof(
hasBeenLogged
)]);
380
return
hasBeenLogged
;