1 instantiation of MyRecordStruct
Microsoft.Gen.Logging.Generated.Tests (1)
LogPropertiesTests.cs (1)
542var recordToLog = new MyRecordStruct(100_500, "string value");
2 references to MyRecordStruct
Microsoft.Gen.Logging.Generated.Tests (2)
LogPropertiesTests.cs (1)
542var recordToLog = new MyRecordStruct(100_500, "string value");
test\Generators\Microsoft.Gen.Logging\TestClasses\LogPropertiesRecordExtensions.cs (1)
32public static partial void LogRecordStruct(ILogger logger, [LogProperties] MyRecordStruct p0);