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