1 write to Properties
Microsoft.CodeAnalysis.CSharp (1)
Symbols\AnonymousTypes\PublicSymbols\AnonymousType.TypePublicSymbol.cs (1)
50
this.
Properties
= properties;
5 references to Properties
Microsoft.CodeAnalysis.CSharp (5)
Lowering\LocalRewriter\LocalRewriter_ObjectCreationExpression.cs (4)
203
var valueTemps = ArrayBuilder<BoundExpression?>.GetInstance(anonymousType.
Properties
.Length, fillWithValue: null);
218
Debug.Assert(property.MemberIndexOpt!.Value >= 0 && property.MemberIndexOpt.Value < anonymousType.
Properties
.Length);
222
var builder = ArrayBuilder<BoundExpression>.GetInstance(anonymousType.
Properties
.Length);
223
foreach (var property in anonymousType.
Properties
)
Symbols\AnonymousTypes\AnonymousTypeManager.cs (1)
50
return anonymous.
Properties
[index];