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