9 references to GetUseSiteInfoForMemberAndContainingType
Microsoft.CodeAnalysis.VisualBasic (9)
Binding\Binder.vb (2)
571
useSiteInfo =
GetUseSiteInfoForMemberAndContainingType
(specialMemberSymbol)
617
Return
GetUseSiteInfoForMemberAndContainingType
(memberSymbol)
Lowering\LocalRewriter\LocalRewriter.vb (2)
599
Return ReportUseSite(node, Binder.
GetUseSiteInfoForMemberAndContainingType
(memberSymbol), diagnostics)
630
Return ReportUseSite(node, Binder.
GetUseSiteInfoForMemberAndContainingType
(memberSymbol), diagnostics)
Lowering\LocalRewriter\LocalRewriter_Constant.vb (3)
65
Dim useSiteInfo = Binder.
GetUseSiteInfoForMemberAndContainingType
(useField)
87
Dim useSiteInfo = Binder.
GetUseSiteInfoForMemberAndContainingType
(decCtorInt64)
152
Dim useSiteInfo = Binder.
GetUseSiteInfoForMemberAndContainingType
(dtMinValue)
Lowering\SyntheticBoundNodeFactory.vb (1)
269
useSiteInfo = Binder.
GetUseSiteInfoForMemberAndContainingType
(memberSymbol)
Symbols\WellKnownMembers.vb (1)
131
useSiteInfo = Binder.
GetUseSiteInfoForMemberAndContainingType
(attributeCtor)