10 references to Type
Microsoft.CodeAnalysis.CSharp (10)
Generated\BoundNodes.xml.Generated.cs (4)
1596if (operand != this.Operand || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(methodOpt, this.MethodOpt) || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 11004TypeSymbol? type = this.VisitType(node.Type); 12719updatedNode = node.Update(operand, methodOpt, node.Type); 15273new TreeDumperNode("type", node.Type, null),
Lowering\LocalRewriter\LocalRewriter_Index.cs (5)
29if (!node.Type.IsNullableType()) 46BoundExpression consequence = ConvertToNullable(node.Syntax, node.Type, indexCreation); 49BoundExpression alternative = new BoundDefaultExpression(node.Syntax, node.Type); 58rewrittenType: node.Type, 66type: node.Type);
Operations\CSharpOperationFactory.cs (1)
2754isLifted: boundIndex.Type.IsNullableType(),