1 instantiation of SynthesizedRecordObjEquals
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceMemberContainerSymbol.cs (1)
5256
members.Add(new
SynthesizedRecordObjEquals
(this, thisEquals, memberOffset: members.Count));
5 references to SynthesizedRecordObjEquals
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\Records\SynthesizedRecordBaseEquals.cs (1)
67
ContainingType.GetMembersUnordered().OfType<
SynthesizedRecordObjEquals
>().Single(),
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Semantics\RecordStructTests.cs (4)
4418
var
objectEquals = comp.GetMembers("A.Equals").OfType<
SynthesizedRecordObjEquals
>().Single();
4796
var
objectEquals = comp.GetMembers("A.Equals").OfType<
SynthesizedRecordObjEquals
>().Single();