4 references to Properties
Microsoft.Gen.Logging (4)
Model\LoggingMethodParameterExtensions.cs (2)
40
if (propertyToLog.
Properties
.Count > 0)
43
TraverseParameterPropertiesTransitively(propertyChain, propertyToLog.
Properties
, callback);
Model\LoggingProperty.cs (1)
29
public bool HasProperties =>
Properties
.Count > 0;
Parsing\Parser.LogProperties.cs (1)
285
lp.
Properties
.AddRange(props);