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