1 write to CollectionType
Microsoft.CodeAnalysis.CSharp (1)
Binder\ForEachEnumeratorInfo.cs (1)
78
this.
CollectionType
= collectionType;
2 references to CollectionType
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
5247
var collectionType = enumeratorInfo.
CollectionType
;
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (1)
162
var receiver = ConvertReceiverForInvocation(forEachSyntax, rewrittenExpression, getEnumeratorInfo.Method, convertedCollection.Conversion, enumeratorInfo.
CollectionType
);