1 implementation of TypeOperand
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
7128public ITypeSymbol TypeOperand { get; }
3 references to TypeOperand
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
7191return new SizeOfOperation(operation.TypeOperand, semanticModel: null, operation.Syntax, operation.Type, operation.GetConstantValue(), IsImplicit(operation));
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (1)
1340LogType(operation.TypeOperand, "TypeOperand");
Compilation\TestOperationVisitor.cs (1)
925Assert.NotNull(operation.TypeOperand);