8 references to Type
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder_Invocation.cs (2)
1962
!shadowedParameter.Type.Equals(typeOrValue.
Type
, TypeCompareKind.AllIgnoreOptions)) // If the type and the name match, we would resolve to the same type rather than a value at the end.
1973
Debug.Assert(typeOrValue.
Type
.Equals(boundValue.Type, TypeCompareKind.ConsiderEverything));
Compilation\MemberSemanticModel.NodeMapBuilder.cs (2)
96
TypeSymbol.Equals(((BoundTypeExpression)existing[i]).Type, ((BoundTypeOrValueExpression)nodesToAdd[i]).
Type
, TypeCompareKind.ConsiderEverything2),
104
TypeSymbol.Equals(((BoundTypeOrValueExpression)existing[i]).
Type
, ((BoundTypeExpression)nodesToAdd[i]).Type, TypeCompareKind.ConsiderEverything2),
Generated\BoundNodes.xml.Generated.cs (4)
1124
if (binder != this.Binder || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(valueSymbol, this.ValueSymbol) || !TypeSymbol.Equals(type, this.
Type
, TypeCompareKind.ConsiderEverything))
10999
TypeSymbol? type = this.VisitType(node.
Type
);
12714
updatedNode = node.Update(node.Binder, valueSymbol, node.
Type
);
15343
new TreeDumperNode("type", node.
Type
, null),