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