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