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