4 references to Type
Microsoft.CodeAnalysis.CSharp (4)
CodeGen\EmitExpression.cs (1)
3667
Debug.Assert(node.
Type
.SpecialType == SpecialType.System_Int32);
Generated\BoundNodes.xml.Generated.cs (3)
2695
if (document != this.Document || !TypeSymbol.Equals(type, this.
Type
, TypeCompareKind.ConsiderEverything))
11192
TypeSymbol? type = this.VisitType(node.
Type
);
15554
new TreeDumperNode("type", node.
Type
, null),