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