5 references to GetUseSiteInfoForSpecialType
Microsoft.CodeAnalysis.VisualBasic (5)
Binding\Binder.vb (1)
445
Dim info =
GetUseSiteInfoForSpecialType
(symbol, suppressUseSiteError)
Emit\PEModuleBuilder.vb (1)
602
Dim info = Binder.
GetUseSiteInfoForSpecialType
(typeSymbol)
Lowering\LocalRewriter\LocalRewriter.vb (2)
561
Debug.Assert(Binder.
GetUseSiteInfoForSpecialType
(result).DiagnosticInfo Is Nothing)
568
Dim info = Binder.
GetUseSiteInfoForSpecialType
(result)
Symbols\Source\SynthesizedEventAccessorSymbol.vb (1)
84
useSiteInfo = If(Me.MethodKind = MethodKind.EventRemove, Binder.
GetUseSiteInfoForSpecialType
(type), Nothing)