Implemented interface member:
property
CustomAttributes
Mono.Cecil.ICustomAttributeProvider.CustomAttributes
6 references to CustomAttributes
Mono.Cecil (6)
Mono.Cecil\WindowsRuntimeProjections.cs (6)
439 foreach (var customAttribute in redirectedInterfacePair.Key.CustomAttributes) 440 redirectedInterfacePair.Value.CustomAttributes.Add (customAttribute); 442 redirectedInterfacePair.Key.CustomAttributes.Clear (); 494 foreach (var customAttribute in redirectedInterfacePair.Value.CustomAttributes) 495 redirectedInterfacePair.Key.CustomAttributes.Add (customAttribute); 497 redirectedInterfacePair.Value.CustomAttributes.Clear ();