8 references to Type
Microsoft.CodeAnalysis.CSharp (8)
CodeGen\EmitExpression.cs (3)
3244Debug.Assert(expression.Type.SpecialType == SpecialType.System_Decimal || 3245expression.Type.GetDefaultValue() == null, "constant should be set on this expression"); 3250EmitDefaultValue(expression.Type, used, expression.Syntax);
FlowAnalysis\NullableWalker.cs (1)
10568TypeSymbol type = node.Type;
Generated\BoundNodes.xml.Generated.cs (4)
2724if (targetType != this.TargetType || constantValueOpt != this.ConstantValueOpt || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 10818TypeSymbol? type = this.VisitType(node.Type); 12738updatedNode = node.Update(targetType, node.ConstantValueOpt, node.Type); 15028new TreeDumperNode("type", node.Type, null),