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