8 references to Type
Microsoft.CodeAnalysis.CSharp (8)
CodeGen\EmitExpression.cs (3)
3466Debug.Assert(expression.Type.SpecialType == SpecialType.System_Decimal || 3467expression.Type.GetDefaultValue() == null, "constant should be set on this expression"); 3472EmitDefaultValue(expression.Type, used, expression.Syntax);
FlowAnalysis\NullableWalker.cs (1)
11302TypeSymbol type = node.Type;
Generated\BoundNodes.xml.Generated.cs (4)
2835if (targetType != this.TargetType || constantValueOpt != this.ConstantValueOpt || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 11211TypeSymbol? type = this.VisitType(node.Type); 13203updatedNode = node.Update(targetType, node.ConstantValueOpt, node.Type); 15586new TreeDumperNode("type", node.Type, null),