Base:
property
Name
Microsoft.CodeAnalysis.VisualBasic.Symbol.Name
4 references to Name
Microsoft.CodeAnalysis.VisualBasic (4)
Semantics\Conversions.vb (1)
1573
Not anonymousType.Properties(0).
Name
.Equals(GeneratedNameConstants.ItAnonymous) OrElse
Symbols\AnonymousTypes\PublicSymbols\AnonymousType_PropertyPublicSymbol.vb (3)
111
IdentifierComparison.Equals(other.
Name
, Me.
Name
) AndAlso
116
Return Hash.Combine(Me.ContainingType.GetHashCode(), IdentifierComparison.GetHashCode(Me.
Name
))