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