2 references to CheckNestedObjectInitializerPropertySymbol
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (2)
5033
hasErrors |= isRhsNestedInitializer && !
CheckNestedObjectInitializerPropertySymbol
(((BoundPropertyAccess)boundMember).PropertySymbol, leftSyntax, diagnostics, hasErrors, ref resultKind);
5040
hasErrors |= isRhsNestedInitializer && !
CheckNestedObjectInitializerPropertySymbol
(indexer.Indexer, leftSyntax, diagnostics, hasErrors, ref resultKind);