Base:
property
Type
Microsoft.CodeAnalysis.VisualBasic.Symbols.PropertySymbol.Type
4 references to Type
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\Binder_Expressions.vb (1)
1065
Debug.Assert(prop.
Type
Is classType)
Symbols\Source\SourceModuleSymbol.vb (1)
1175
Dim targetType = DirectCast(prop.
Type
, NamedTypeSymbol)
Symbols\Source\SynthesizedMyGroupCollectionPropertyAccessorSymbol.vb (2)
59
Dim targetTypeName As String = PropertyOrEvent.
Type
.ToDisplayString(SymbolDisplayFormat.FullyQualifiedFormat)
165
Return PropertyOrEvent.
Type