Base:
property
HasEnumeratorCancellationAttribute
Microsoft.CodeAnalysis.CSharp.Symbols.ParameterSymbol.HasEnumeratorCancellationAttribute
1 reference to HasEnumeratorCancellationAttribute
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedParameterSymbol.cs (1)
381internal override bool HasEnumeratorCancellationAttribute => _baseParameterForAttributes?.HasEnumeratorCancellationAttribute ?? false;