Example #1
0
 public void UnregisterGenericChild(IMethodSignatureParent parent)
 {
     throw new NotSupportedException();
 }
Example #2
0
 public void UnregisterGenericChild(IMethodSignatureParent parent)
 {
     this.CheckGenericCache();
     this.genericCache.UnregisterGenericChild(parent);
 }
Example #3
0
 public void RegisterGenericChild(IMethodSignatureParent parent, IMethodSignatureMember genericChild)
 {
     throw new NotSupportedException();
 }
Example #4
0
 public void RegisterGenericChild(IMethodSignatureParent parent, IMethodSignatureMember genericChild)
 {
     this.CheckGenericCache();
     this.genericCache.RegisterGenericChild(parent, genericChild);
 }