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