4 references to Type
Microsoft.CodeAnalysis.CSharp (4)
Generated\BoundNodes.xml.Generated.cs (4)
4620if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(rangeVariableSymbol, this.RangeVariableSymbol) || value != this.Value || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 11484TypeSymbol? type = this.VisitType(node.Type); 13591updatedNode = node.Update(rangeVariableSymbol, value, node.Type); 16010new TreeDumperNode("type", node.Type, null),