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