CCNet.Build.Common.BinaryReference.EnsureNotGlobal C# (CSharp) Méthode

EnsureNotGlobal() private méthode

Makes sure current reference is not taken from global collection.
private EnsureNotGlobal ( ) : void
Résultat void
		private void EnsureNotGlobal()
		{
			if (IsGlobal)
				throw new InvalidOperationException("Global reference cannot be updated.");
		}