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