Base:
property
DefaultPropertyName
Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.Symbols.NamedTypeSymbol.DefaultPropertyName
3 references to DefaultPropertyName
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\Source\SourceNamedTypeSymbol.vb (3)
2303
Dim defaultProperty =
DefaultPropertyName
2534
If Not String.IsNullOrEmpty(
DefaultPropertyName
) AndAlso Not HasDefaultMemberAttribute() Then
2542
New TypedConstant(stringType, TypedConstantKind.Primitive,
DefaultPropertyName
))))