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