1 write to ReceiverType
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
6760
this.
ReceiverType
= receiverType;
10 references to ReceiverType
Microsoft.CodeAnalysis.CSharp (10)
Generated\BoundNodes.xml.Generated.cs (4)
6780
if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(memberSymbol, this.MemberSymbol) || arguments != this.Arguments || argumentNamesOpt != this.ArgumentNamesOpt || argumentRefKindsOpt != this.ArgumentRefKindsOpt || expanded != this.Expanded || argsToParamsOpt != this.ArgsToParamsOpt || defaultArguments != this.DefaultArguments || resultKind != this.ResultKind || accessorKind != this.AccessorKind || !TypeSymbol.Equals(receiverType, this.
ReceiverType
, TypeCompareKind.ConsiderEverything) || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
11839
TypeSymbol? receiverType = this.VisitType(node.
ReceiverType
);
14167
TypeSymbol receiverType = GetUpdatedSymbol(node, node.
ReceiverType
);
16569
new TreeDumperNode("receiverType", node.
ReceiverType
, null),
Lowering\LocalRewriter\LocalRewriter_ObjectOrCollectionInitializerExpression.cs (2)
245
return node.Update(node.MemberSymbol, rewrittenArguments, node.ArgumentNamesOpt, node.ArgumentRefKindsOpt, node.Expanded, node.ArgsToParamsOpt, node.DefaultArguments, node.ResultKind, node.AccessorKind, node.
ReceiverType
, node.Type);
321
memberInit.
ReceiverType
,
Lowering\MethodToClassRewriter.cs (1)
699
TypeSymbol receiverType = this.VisitType(node.
ReceiverType
);
Operations\CSharpOperationFactory.cs (3)
604
CreateImplicitReceiver(boundObjectInitializerMember.Syntax, boundObjectInitializerMember.
ReceiverType
);
796
return CreateImplicitReceiver(boundObjectInitializerMember.Syntax, boundObjectInitializerMember.
ReceiverType
);
907
CreateImplicitReceiver(boundObjectInitializerMember.Syntax, boundObjectInitializerMember.
ReceiverType
);