Esempio n. 1
0
 protected AssemblyLevelTraceDefinition(NamespaceScope ns)
 {
     _namespace = ns;
 }
Esempio n. 2
0
 internal AssemblyLevelNoTraceDefinition(NamespaceScope ns) : base(ns)
 {
 }
Esempio n. 3
0
 public override int GetHashCode()
 {
     return(NamespaceScope.GetHashCode());
 }
Esempio n. 4
0
 internal AssemblyLevelTraceOnDefinition(NamespaceScope namespc, TraceTargetVisibility targetClass, TraceTargetVisibility targetMethod) : base(namespc)
 {
     _targetClass  = targetClass;
     _targetMethod = targetMethod;
 }