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