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