8 references to Type
Microsoft.CodeAnalysis.CSharp (8)
CodeGen\EmitExpression.cs (3)
3535Debug.Assert(expression.Type.SpecialType == SpecialType.System_Decimal || 3536expression.Type.GetDefaultValue() == null, "constant should be set on this expression"); 3541EmitDefaultValue(expression.Type, used, expression.Syntax);
FlowAnalysis\NullableWalker.cs (1)
13155TypeSymbol type = node.Type;
Generated\BoundNodes.xml.Generated.cs (4)
2882if (targetType != this.TargetType || constantValueOpt != this.ConstantValueOpt || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 11569TypeSymbol? type = this.VisitType(node.Type); 13709updatedNode = node.Update(targetType, node.ConstantValueOpt, node.Type); 16123new TreeDumperNode("type", node.Type, null),