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