1 implementation of TypeOperand
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
7168public ITypeSymbol TypeOperand { get; }
2 references to TypeOperand
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
7227return new SizeOfOperation(operation.TypeOperand, semanticModel: null, operation.Syntax, operation.Type, operation.GetConstantValue(), IsImplicit(operation));
Roslyn.Diagnostics.Analyzers (1)
AbstractDoNotCopyValue.cs (1)
1147CheckTypeSymbolInUnsupportedContext(operation, operation.TypeOperand);