7 references to Type
Microsoft.CodeAnalysis.CSharp (7)
CodeGen\EmitAddress.cs (1)
320
EmitSymbolToken(refValue.
Type
, refValue.Syntax);
CodeGen\EmitExpression.cs (1)
667
EmitLoadIndirect(expression.
Type
, expression.Syntax);
FlowAnalysis\NullableWalker.cs (1)
11329
var type = TypeWithAnnotations.Create(node.
Type
, node.NullableAnnotation);
Generated\BoundNodes.xml.Generated.cs (4)
1564
if (nullableAnnotation != this.NullableAnnotation || operand != this.Operand || !TypeSymbol.Equals(type, this.
Type
, TypeCompareKind.ConsiderEverything))
11000
TypeSymbol? type = this.VisitType(node.
Type
);
12703
updatedNode = node.Update(node.NullableAnnotation, operand, node.
Type
);
15266
new TreeDumperNode("type", node.
Type
, null),