Hi Bob -
You'd use this the same way as other attributes that are specified in AssemblyInfo.cs, for example:
[assembly: NCrunch.Framework.ExclusivelyUses("ResourceName")]
.. This can be applied in any .cs file, but I'd recommend AssemblyInfo.cs as this is more conventional in C#.
Cheers,
Remco