1 write to TransitiveProperty
Microsoft.Gen.Logging.Generated.Tests (1)
LogPropertiesTests.cs (1)
214
TransitiveProperty
= new MyTransitiveDerivedClass
7 references to TransitiveProperty
Microsoft.Gen.Logging.Generated.Tests (7)
LogPropertiesTests.cs (7)
242
= classToLog.
TransitiveProperty
.TransitiveNumberProp.ToString(CultureInfo.InvariantCulture),
244
["classToLog.TransitiveProperty.TransitiveStringProp"] = classToLog.
TransitiveProperty
.TransitiveStringProp,
246
= classToLog.
TransitiveProperty
.InnerTransitiveProperty.IntegerProperty.ToString(CultureInfo.InvariantCulture),
248
= classToLog.
TransitiveProperty
.InnerTransitiveProperty.DateTimeProperty.ToString(CultureInfo.InvariantCulture),
254
["classToLog.TransitiveProperty.TransitiveDerivedProp"] = classToLog.
TransitiveProperty
.TransitiveDerivedProp.ToInvariantString(),
255
["classToLog.TransitiveProperty.TransitiveVirtualProp"] = classToLog.
TransitiveProperty
.TransitiveVirtualProp.ToInvariantString(),
257
= classToLog.
TransitiveProperty
.TransitiveGenericProp.GenericProp,