1 instantiation of MyRecordClass
Microsoft.Gen.Logging.Generated.Tests (1)
LogPropertiesTests.cs (1)
517
var recordToLog = new
MyRecordClass
(100_500, "string_with_at_symbol - @");
2 references to MyRecordClass
Microsoft.Gen.Logging.Generated.Tests (2)
LogPropertiesTests.cs (1)
517
var
recordToLog = new MyRecordClass(100_500, "string_with_at_symbol - @");
test\Generators\Microsoft.Gen.Logging\TestClasses\LogPropertiesRecordExtensions.cs (1)
29
public static partial void LogRecordClass(ILogger logger, [LogProperties]
MyRecordClass
p0);