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