1 write to P1
Microsoft.Gen.Logging.Generated.Tests (1)
DataClassificationTests.cs (1)
15var c1 = new DataClassificationTestExtensions.C1 { P1 = "p1", P2 = "p2" };
1 reference to P1
Microsoft.Gen.Logging.Generated.Tests (1)
test\Generators\Microsoft.Gen.Logging\TestClasses\DataClassificationTestExtensions.cs (1)
19public override string ToString() => $"{P1}+{P2}";