1 write to ElementTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (1)
Binder\ForEachEnumeratorInfo.cs (1)
81
this.
ElementTypeWithAnnotations
= elementType;
3 references to ElementTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (3)
Binder\ForEachEnumeratorInfo.cs (1)
25
public TypeSymbol ElementType =>
ElementTypeWithAnnotations
.Type;
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (1)
689
LowerBoundInference(enumeratorInfo.
ElementTypeWithAnnotations
, target, ref useSiteInfo);
Compilation\MemberSemanticModel.cs (1)
992
enumeratorInfoOpt.
ElementTypeWithAnnotations
.GetPublicSymbol(),