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