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