2 implementations of ElementType
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
10737public ITypeSymbol? ElementType { get; }
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Semantics\CollectionExpressionTests.cs (1)
27078ITypeSymbol ISpreadOperation.ElementType => throw null;
3 references to ElementType
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
6558elementType: spread.ElementType,
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (2)
1642LogSymbol(operation.ElementType, $" ({nameof(operation.ElementType)}");