1 write to SourceType
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
2815
this.
SourceType
= sourceType;
9 references to SourceType
Microsoft.CodeAnalysis.CSharp (9)
CodeGen\EmitExpression.cs (2)
3300
TypeSymbol type = boundSizeOfOperator.
SourceType
.Type;
3302
EmitSymbolToken(type, boundSizeOfOperator.
SourceType
.Syntax);
FlowAnalysis\NullableWalker.cs (1)
10650
VisitTypeExpression(node.
SourceType
);
Generated\BoundNodes.xml.Generated.cs (5)
2828
if (sourceType != this.
SourceType
|| constantValueOpt != this.ConstantValueOpt || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
9679
this.Visit(node.
SourceType
);
10839
BoundTypeExpression sourceType = (BoundTypeExpression)this.Visit(node.
SourceType
);
12783
BoundTypeExpression sourceType = (BoundTypeExpression)this.Visit(node.
SourceType
);
15056
new TreeDumperNode("sourceType", null, new TreeDumperNode[] { Visit(node.
SourceType
, null) }),
Operations\CSharpOperationFactory.cs (1)
1179
ITypeSymbol? typeOperand = boundSizeOfOperator.
SourceType
.GetPublicTypeSymbol();