1 write to TypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
1077
this.
TypeWithAnnotations
= typeWithAnnotations;
10 references to TypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder_Operators.cs (1)
3260
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)
1091
if (!Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(aliasOpt, this.AliasOpt) || boundContainingTypeOpt != this.BoundContainingTypeOpt || boundDimensionsOpt != this.BoundDimensionsOpt || typeWithAnnotations != this.
TypeWithAnnotations
|| !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
10917
return node.Update(node.AliasOpt, boundContainingTypeOpt, boundDimensionsOpt, node.
TypeWithAnnotations
, type);
12473
updatedNode = node.Update(node.AliasOpt, boundContainingTypeOpt, boundDimensionsOpt, node.
TypeWithAnnotations
, infoAndType.Type!);
12478
updatedNode = node.Update(node.AliasOpt, boundContainingTypeOpt, boundDimensionsOpt, node.
TypeWithAnnotations
, node.Type);
15134
new TreeDumperNode("typeWithAnnotations", node.
TypeWithAnnotations
, null),