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