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