4 references to Type
Microsoft.CodeAnalysis.CSharp (4)
Generated\BoundNodes.xml.Generated.cs (3)
623if (!TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 10843TypeSymbol? type = this.VisitType(node.Type); 15029new TreeDumperNode("type", node.Type, null),
Lowering\MethodToClassRewriter.cs (1)
463var rewrittenPlaceholder = awaitablePlaceholder.Update(VisitType(awaitablePlaceholder.Type));