internal static void AddFailedServerConnection(ResponseType type, string?outputAssembly) { #if DEBUG || BOOTSTRAP ValidateBootstrap.AddFailedServerConnection(type, outputAssembly); #endif }
internal static void AddFailedLoad(AssemblyName name) { #if DEBUG || BOOTSTRAP ValidateBootstrap.AddFailedLoad(name); #endif }