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