in src/BundledBindings/IBinding.cs [18:25]
public bool BindingMatches(AttributeAst attribute)
{
if (attribute.TypeName.Name == BindingAttributeName)
{
return true;
}
return false;
}