7 references to Type
Microsoft.CodeAnalysis.CSharp (7)
CodeGen\EmitAddress.cs (1)
320EmitSymbolToken(refValue.Type, refValue.Syntax);
CodeGen\EmitExpression.cs (1)
667EmitLoadIndirect(expression.Type, expression.Syntax);
FlowAnalysis\NullableWalker.cs (1)
11329var type = TypeWithAnnotations.Create(node.Type, node.NullableAnnotation);
Generated\BoundNodes.xml.Generated.cs (4)
1564if (nullableAnnotation != this.NullableAnnotation || operand != this.Operand || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 11000TypeSymbol? type = this.VisitType(node.Type); 12703updatedNode = node.Update(node.NullableAnnotation, operand, node.Type); 15266new TreeDumperNode("type", node.Type, null),