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