2 references to StripSemanticModelBinder
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\BinderBuilder.vb (1)
401Debug.Assert(TypeOf VBSemanticModel.StripSemanticModelBinder(containingBinder) Is NamedTypeBinder)
Compilation\SemanticModel.vb (1)
2389Dim blockBinder = TryCast(StripSemanticModelBinder(binder), BlockBaseBinder)