3 instantiations of MyTransitiveClass
Microsoft.Gen.Logging.Generated.Tests (3)
LogPropertiesRedactionTests.cs (2)
134var classToRedact = new MyTransitiveClass(); 159var classToRedact = new MyTransitiveClass();
test\Generators\Microsoft.Gen.Logging\TestClasses\LogPropertiesRedactionExtensions.cs (1)
44public MyTransitiveClass TransitiveProp { get; set; } = new();
5 references to MyTransitiveClass
Microsoft.Gen.Logging.Generated.Tests (5)
LogPropertiesRedactionTests.cs (2)
134var classToRedact = new MyTransitiveClass(); 159var classToRedact = new MyTransitiveClass();
test\Generators\Microsoft.Gen.Logging\TestClasses\LogPropertiesRedactionExtensions.cs (3)
44public MyTransitiveClass TransitiveProp { get; set; } = new(); 61[PrivateData] string stringProperty, [LogProperties] MyTransitiveClass? complexParam); 71[PrivateData] string stringProperty, [LogProperties] MyTransitiveClass? complexParam);