1 write to TypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
1078
this.
TypeWithAnnotations
= typeWithAnnotations;
10 references to TypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder_Operators.cs (1)
3265
var targetTypeWithAnnotations = typeExpression.
TypeWithAnnotations
;
Binder\Binder_Patterns.cs (2)
846
designation: node.Designation, declType: boundDeclType.
TypeWithAnnotations
, permitDesignations, typeSyntax, diagnostics,
936
return boundDeclType.
TypeWithAnnotations
;
CodeGen\Optimizer.cs (2)
1175
typeWithAnnotations: typeExpression.
TypeWithAnnotations
, type: this.VisitType(typeExpression.Type));
2266
typeWithAnnotations: typeExpression.
TypeWithAnnotations
, type: this.VisitType(typeExpression.Type));
Generated\BoundNodes.xml.Generated.cs (5)
1092
if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(aliasOpt, this.AliasOpt) || boundContainingTypeOpt != this.BoundContainingTypeOpt || boundDimensionsOpt != this.BoundDimensionsOpt || typeWithAnnotations != this.
TypeWithAnnotations
|| !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
10954
return node.Update(node.AliasOpt, boundContainingTypeOpt, boundDimensionsOpt, node.
TypeWithAnnotations
, type);
12510
updatedNode = node.Update(node.AliasOpt, boundContainingTypeOpt, boundDimensionsOpt, node.
TypeWithAnnotations
, infoAndType.Type!);
12515
updatedNode = node.Update(node.AliasOpt, boundContainingTypeOpt, boundDimensionsOpt, node.
TypeWithAnnotations
, node.Type);
15171
new TreeDumperNode("typeWithAnnotations", node.
TypeWithAnnotations
, null),