1 implementation of TypeOperand
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
7166
public ITypeSymbol
TypeOperand
{ get; }
4 references to TypeOperand
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
7218
return new SizeOfOperation(operation.
TypeOperand
, semanticModel: null, operation.Syntax, operation.Type, operation.GetConstantValue(), IsImplicit(operation));
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (1)
1328
LogType(operation.
TypeOperand
, "TypeOperand");
Compilation\TestOperationVisitor.cs (1)
932
Assert.NotNull(operation.
TypeOperand
);
Roslyn.Diagnostics.Analyzers (1)
AbstractDoNotCopyValue.cs (1)
1147
CheckTypeSymbolInUnsupportedContext(operation, operation.
TypeOperand
);