4 references to Type
Microsoft.CodeAnalysis.CSharp (4)
Generated\BoundNodes.xml.Generated.cs (3)
7582
if (argumentIndex != this.ArgumentIndex || !TypeSymbol.Equals(type, this.
Type
, TypeCompareKind.ConsiderEverything))
11600
TypeSymbol? type = this.VisitType(node.
Type
);
16258
new TreeDumperNode("type", node.
Type
, null),
Lowering\LocalRewriter\LocalRewriter_StringInterpolation.cs (1)
101
TypeSymbol localType = trailingParameter.
Type
;