2 instantiations of LoggingProperty
Microsoft.Gen.Logging (2)
LoggingMethodParameterExtensions.cs (1)
17var firstProperty = new LoggingProperty
Parser.LogProperties.cs (1)
194var lp = new LoggingProperty
20 references to LoggingProperty
Microsoft.Gen.Logging (20)
Emitter.Method.cs (5)
197static bool ShouldStringifyProperty(LoggingProperty p) 236static string ConvertPropertyToString(LoggingProperty lp, string arg) 650IEnumerable<LoggingProperty> propertyChain, 651LoggingProperty leafProperty, 662foreach (var property in propertyChain)
LoggingMethodParameter.cs (1)
34public List<LoggingProperty> Properties = [];
LoggingMethodParameterExtensions.cs (9)
13Action<IEnumerable<LoggingProperty>, LoggingProperty> callback) 15var propertyChain = new LinkedList<LoggingProperty>(); 17var firstProperty = new LoggingProperty 34LinkedList<LoggingProperty> propertyChain, 35IReadOnlyCollection<LoggingProperty> propertiesToLog, 36Action<IEnumerable<LoggingProperty>, LoggingProperty> callback) 38foreach (var propertyToLog in propertiesToLog)
LoggingProperty.cs (1)
24public List<LoggingProperty> Properties = [];
Parser.LogProperties.cs (3)
83List<LoggingProperty>? GetTypePropertiesToLog( 90var result = new List<LoggingProperty>(); 194var lp = new LoggingProperty
Parser.TagProvider.cs (1)
48LoggingProperty lp,