Base:
method
Equals
Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.Symbol.Equals(System.Object)
26 references to Equals
Microsoft.CodeAnalysis.VisualBasic (26)
Symbols\AnonymousTypes\PublicSymbols\AnonymousType_PropertyPublicSymbol.vb (1)
112
other.ContainingType.
Equals
(Me.ContainingType)
Symbols\ArrayTypeSymbol.vb (1)
449
Return Me.
Equals
(TryCast(symbol, ArrayTypeSymbol))
Symbols\CustomModifier.vb (2)
86
Return other IsNot Nothing AndAlso other.m_Modifier.
Equals
(m_Modifier)
114
Return other IsNot Nothing AndAlso other.m_Modifier.
Equals
(m_Modifier)
Symbols\InstanceErrorTypeSymbol.vb (1)
168
If Not Me.
Equals
(other.OriginalDefinition) Then
Symbols\MissingMetadataTypeSymbol.vb (1)
308
_containingType.
Equals
(other._containingType)
Symbols\NonMissingAssemblySymbol.vb (1)
201
Debug.Assert(result1.
Equals
(result)) ' object identity may differ in error cases
Symbols\ReducedExtensionMethodSymbol.vb (1)
678
other._receiverType.
Equals
(_receiverType)
Symbols\Retargeting\RetargetingSymbolTranslator.vb (4)
383
Debug.Assert(result1.
Equals
(result))
445
Dim anythingRetargeted As Boolean = Not originalDefinition.
Equals
(newDefinition)
595
If Not modifiersHaveChanged AndAlso oldElement.
Equals
(newElement) Then
612
If Not newModifier.
Equals
(oldModifiers(i).Modifier) Then
Symbols\Source\LocalSymbol.vb (2)
155
Debug.Assert((Me.IsFunctionValue AndAlso _container.Kind = SymbolKind.Method AndAlso DirectCast(_container, MethodSymbol).MethodKind = MethodKind.LambdaMethod) OrElse type.
Equals
(ComputeType()))
157
Debug.Assert(type.
Equals
(_lazyType), "Attempted to set a local variable with a different type")
Symbols\Source\SourceMemberContainerTypeSymbol.vb (2)
2133
If Not field.IsDefinition AndAlso field.Type.
Equals
(field.OriginalDefinition.Type) Then
2142
If current.Report AndAlso Not cycleReportedForCurrentType AndAlso fieldType.OriginalDefinition.
Equals
(Me) Then
Symbols\SubstitutedErrorType.vb (1)
268
If Not _fullInstanceType.
Equals
(obj.OriginalDefinition) Then
Symbols\SubstitutedFieldSymbol.vb (1)
194
If Not _containingType.
Equals
(other._containingType) Then
Symbols\SubstitutedMethodSymbol.vb (1)
764
If Not arguments(i).
Equals
(otherArguments(i)) Then
Symbols\SubstitutedNamedType.vb (1)
534
If Not OriginalDefinition.
Equals
(other.OriginalDefinition) Then
Symbols\SubstitutedPropertySymbol.vb (1)
283
If Not _containingType.
Equals
(other._containingType) Then
Symbols\SubstitutedTypeParameterSymbol.vb (1)
191
Return other IsNot Nothing AndAlso Me.OriginalDefinition.
Equals
(other.OriginalDefinition) AndAlso Me.ContainingSymbol.Equals(other.ContainingSymbol, comparison)
Symbols\TypeSubstitution.vb (2)
140
If p.Key.
Equals
(tp) Then Return p.Value
905
If Not pair.Key.
Equals
(pair.Value.Type.OriginalDefinition) Then
Symbols\TypeSymbolExtensions.vb (2)
1021
Debug.Assert(newTypeArguments(i).
Equals
(typeArgument))
1032
Debug.Assert(newTypeArguments(i).
Equals
(typeArgument))