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