2 instantiations of SubstitutedPropertySymbol
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\SubstitutedNamedType.vb (2)
322Return New SubstitutedPropertySymbol(Me, memberProperty, getMethod, setMethod, associatedField) 373result.Add(New SubstitutedPropertySymbol(Me, memberProperty, getMethod, setMethod, associatedField))
5 references to SubstitutedPropertySymbol
Microsoft.CodeAnalysis.VisualBasic (5)
Symbols\SubstitutedNamedType.vb (1)
317Private Function SubstituteTypeParametersForMemberProperty(memberProperty As PropertySymbol) As SubstitutedPropertySymbol
Symbols\SubstitutedParameterSymbol.vb (3)
23Public Shared Function CreatePropertyParameter(container As SubstitutedPropertySymbol, originalDefinition As ParameterSymbol) As SubstitutedParameterSymbol 259Private ReadOnly _container As SubstitutedPropertySymbol 261Public Sub New(container As SubstitutedPropertySymbol,
Symbols\SubstitutedPropertySymbol.vb (1)
273Dim other = TryCast(obj, SubstitutedPropertySymbol)