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; 890=> _enumeratorType is not null 891? ImmutableArray.Create(_enumeratorType)