1 write to customEventsLoaded
Microsoft.Build.Engine (1)
Engine\NodeLoggingEvent.cs (1)
240customEventsLoaded = new Hashtable(StringComparer.OrdinalIgnoreCase);
3 references to customEventsLoaded
Microsoft.Build.Engine (3)
Engine\NodeLoggingEvent.cs (3)
238if (customEventsLoaded == null) 245if (!customEventsLoaded.Contains(fileLocation)) 253customEventsLoaded.Add(fileLocation, null);