1 write to TransitiveProperty
Microsoft.Gen.Logging.Generated.Tests (1)
LogPropertiesTests.cs (1)
214
TransitiveProperty
= new MyTransitiveDerivedClass
14 references to TransitiveProperty
Microsoft.Gen.Logging.Generated.Tests (14)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\Logging.g.cs (7)
5090
state.TagArray[23] = new("classToLog.TransitiveProperty.TransitiveVirtualProp", classToLog?.
TransitiveProperty
?.TransitiveVirtualProp);
5091
state.TagArray[22] = new("classToLog.TransitiveProperty.TransitiveDerivedProp", classToLog?.
TransitiveProperty
?.TransitiveDerivedProp);
5092
state.TagArray[21] = new("classToLog.TransitiveProperty.TransitiveNumberProp", classToLog?.
TransitiveProperty
?.TransitiveNumberProp);
5093
state.TagArray[20] = new("classToLog.TransitiveProperty.TransitiveStringProp", classToLog?.
TransitiveProperty
?.TransitiveStringProp);
5094
state.TagArray[19] = new("classToLog.TransitiveProperty.TransitiveGenericProp.GenericProp", classToLog?.
TransitiveProperty
?.TransitiveGenericProp?.GenericProp);
5095
state.TagArray[18] = new("classToLog.TransitiveProperty.InnerTransitiveProperty.DateTimeProperty", classToLog?.
TransitiveProperty
?.InnerTransitiveProperty?.DateTimeProperty.ToString(global::System.Globalization.CultureInfo.InvariantCulture));
5096
state.TagArray[17] = new("classToLog.TransitiveProperty.InnerTransitiveProperty.IntegerProperty", classToLog?.
TransitiveProperty
?.InnerTransitiveProperty?.IntegerProperty);
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,