4 references to StripSemanticModelBinder
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\BinderBuilder.vb (1)
401
Debug.Assert(TypeOf VBSemanticModel.
StripSemanticModelBinder
(containingBinder) Is NamedTypeBinder)
Compilation\SemanticModel.vb (3)
2385
Dim blockBinder = TryCast(
StripSemanticModelBinder
(binder), BlockBaseBinder)
2526
Dim binder = TryCast(
StripSemanticModelBinder
(Me.GetEnclosingBinder(declarationSyntax.SpanStart)), BlockBaseBinder)
2710
Dim enclosingBinder =
StripSemanticModelBinder
(Me.GetEnclosingBinder(declarationSyntax.SpanStart))