4 references to Type
Microsoft.CodeAnalysis.CSharp (4)
Generated\BoundNodes.xml.Generated.cs (3)
7582if (argumentIndex != this.ArgumentIndex || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 11600TypeSymbol? type = this.VisitType(node.Type); 16258new TreeDumperNode("type", node.Type, null),
Lowering\LocalRewriter\LocalRewriter_StringInterpolation.cs (1)
101TypeSymbol localType = trailingParameter.Type;