4 references to Type
Microsoft.CodeAnalysis.CSharp (4)
Generated\BoundNodes.xml.Generated.cs (3)
4429if (!TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 11456TypeSymbol? type = this.VisitType(node.Type); 15965new TreeDumperNode("type", node.Type, null),
Lowering\LocalRewriter\LocalRewriter_PreviousSubmissionReference.cs (1)
14var targetType = (ImplicitNamedTypeSymbol)node.Type;