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)
2302
Dim defaultProperty =
DefaultPropertyName
2533
If Not String.IsNullOrEmpty(
DefaultPropertyName
) AndAlso Not HasDefaultMemberAttribute() Then
2541
New TypedConstant(stringType, TypedConstantKind.Primitive,
DefaultPropertyName
))))