2 writes to loggerId
Microsoft.Build.Engine (2)
Logging\LoggerDescription.cs (2)
63this.loggerId = value; 355loggerId = reader.ReadInt32();
2 references to loggerId
Microsoft.Build.Engine (2)
Logging\LoggerDescription.cs (2)
59return this.loggerId; 306writer.Write((Int32)loggerId);