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)
11398var 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)) 11035TypeSymbol? type = this.VisitType(node.Type); 12738updatedNode = node.Update(node.NullableAnnotation, operand, node.Type); 15300new TreeDumperNode("type", node.Type, null),