1 instantiation of SynthesizedRecordToString
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceMemberContainerSymbol.cs (1)
5120
var toStringMethod = new
SynthesizedRecordToString
(
5 references to SynthesizedRecordToString
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceMemberContainerSymbol.cs (1)
5120
var
toStringMethod = new SynthesizedRecordToString(
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Semantics\RecordStructTests.cs (4)
5883
var
method = comp.GetMember<
SynthesizedRecordToString
>("A.ToString");
5898
var
method = comp.GetMember<
SynthesizedRecordToString
>("A.ToString");