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