1 write to SourceType
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
2926
this.
SourceType
= sourceType;
9 references to SourceType
Microsoft.CodeAnalysis.CSharp (9)
CodeGen\EmitExpression.cs (2)
3522
TypeSymbol type = boundSizeOfOperator.
SourceType
.Type;
3524
EmitSymbolToken(type, boundSizeOfOperator.
SourceType
.Syntax);
FlowAnalysis\NullableWalker.cs (1)
11569
VisitTypeExpression(node.
SourceType
);
Generated\BoundNodes.xml.Generated.cs (5)
2939
if (sourceType != this.
SourceType
|| constantValueOpt != this.ConstantValueOpt || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
10036
this.Visit(node.
SourceType
);
11234
BoundTypeExpression sourceType = (BoundTypeExpression)this.Visit(node.
SourceType
);
13250
BoundTypeExpression sourceType = (BoundTypeExpression)this.Visit(node.
SourceType
);
15616
new TreeDumperNode("sourceType", null, new TreeDumperNode[] { Visit(node.
SourceType
, null) }),
Operations\CSharpOperationFactory.cs (1)
1185
ITypeSymbol? typeOperand = boundSizeOfOperator.
SourceType
.GetPublicTypeSymbol();