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