1 write to _enumeratorType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeSymbol.cs (1)
285_enumeratorType = kind == SynthesizedReadOnlyListKind.SingleElement ? new SynthesizedReadOnlyListEnumeratorTypeSymbol(this, typeParameter) : null;
4 references to _enumeratorType
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Synthesized\ReadOnlyListType\SynthesizedReadOnlyListTypeSymbol.cs (4)
323membersBuilder.AddIfNotNull(_enumeratorType); 486var enumeratorType = containingType._enumeratorType; 948=> _enumeratorType is not null 949? ImmutableArray.Create(_enumeratorType)