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