Example #1
0
 public static void DefineProvider(QualifiedName name, Type providerType)
 {
     LateBoundLog.Trace(SR.DefineProvider(name, providerType));
 }
Example #2
0
 public static void DefineRootProvider(Type providerType)
 {
     LateBoundLog.Trace(SR.DefineRootProvider(providerType));
 }
Example #3
0
 public static void TypeReferenceResolveError(Exception ex)
 {
     LateBoundLog.Trace(SR.TypeReferenceResolveError(ex));
 }
Example #4
0
 public static void ProbingForAssemblies(Type type)
 {
     LateBoundLog.Trace(SR.ProbingForAssemblies(type));
 }
Example #5
0
 public static void TypeReferenceResolvingType(string fullTypeName)
 {
     LateBoundLog.Trace(SR.TypeReferenceResolvingType(fullTypeName));
 }