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