1 write to ElementTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (1)
Binder\ForEachEnumeratorInfo.cs (1)
88this.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)
717LowerBoundInference(enumeratorInfo.ElementTypeWithAnnotations, target, ref useSiteInfo);
Compilation\MemberSemanticModel.cs (1)
1031enumeratorInfoOpt.ElementTypeWithAnnotations.GetPublicSymbol(),