3 references to Properties
Microsoft.DotNet.ArcadeLogging (1)
PipelinesLogger.cs (1)
245string propertyCategory = e.Properties?.Cast<DictionaryEntry>().LastOrDefault(p => p.Key.ToString().Equals(s_TelemetryMarker)).Value?.ToString();
XmlFileLogger (2)
ObjectModel\Project.cs (2)
130if (projectStartedEventArgs.Properties != null) 132Properties.AddProperties(projectStartedEventArgs.Properties.Cast<DictionaryEntry>());